mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
移除无用值
This commit is contained in:
@@ -20,9 +20,6 @@ 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