mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
移除无用值
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user