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