mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-07 16:49:52 +08:00
更新 SearchBarView.vue
This commit is contained in:
@@ -20,6 +20,9 @@ const emit = defineEmits(['close'])
|
||||
// 搜索词
|
||||
const searchWord = ref<string | null>(null)
|
||||
|
||||
// 合成式输入法状态
|
||||
const isComposing = ref(false)
|
||||
|
||||
// ref
|
||||
const searchWordInput = ref<HTMLElement | null>(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user