移除无用值

This commit is contained in:
Aqr-K
2024-12-28 11:54:50 +08:00
committed by GitHub
parent 84652e8c82
commit da67088e9c

View File

@@ -20,9 +20,6 @@ const emit = defineEmits(['close'])
// 搜索词
const searchWord = ref<string | null>(null)
// 合成式输入法状态
const isComposing = ref(false)
// ref
const searchWordInput = ref<HTMLElement | null>(null)