mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
🎨 调整帖子查找overlay逻辑
This commit is contained in:
@@ -72,8 +72,8 @@ interface ToAchiInfoEmits {
|
||||
|
||||
const props = defineProps<ToAchiInfoProps>();
|
||||
const emits = defineEmits<ToAchiInfoEmits>();
|
||||
const showSearch = ref(false);
|
||||
const search = ref("");
|
||||
const showSearch = ref<boolean>(false);
|
||||
const search = ref<string>();
|
||||
|
||||
const visible = computed({
|
||||
get: () => props.modelValue,
|
||||
|
||||
Reference in New Issue
Block a user