mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: domain-selector 优化
This commit is contained in:
@@ -94,7 +94,7 @@ const attrs = useAttrs();
|
||||
const hasOptions: Ref = ref(null);
|
||||
|
||||
const popupClassName = computed(() => {
|
||||
if (hasOptions.value == null) {
|
||||
if (!hasOptions.value) {
|
||||
return "hidden-important";
|
||||
}
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user