chore: domain-selector 优化

This commit is contained in:
xiaojunnuo
2026-02-05 11:29:10 +08:00
parent 54c8217808
commit 1d8d5251ae

View File

@@ -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 "";