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