perf: 调整

This commit is contained in:
rd
2025-09-05 11:03:11 +08:00
parent 8ffcb8c7a6
commit 0461ac4e62
12 changed files with 12 additions and 12 deletions

View File

@ -103,7 +103,7 @@ const props = defineProps({
},
});
const emits = defineEmits('onSearch', 'onReset', 'update:query');
const emits = defineEmits(['onSearch', 'onReset', 'update:query']);
const tags = ref([]);
const groups = ref([]);