mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-09 01:27:27 +08:00
refactor: 模板引用全部改用useTemplateRef
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { InjectionKey, Ref } from 'vue'
|
||||
import SearchPane from './panes/SearchPane/SearchPane.vue'
|
||||
|
||||
export const navDownloadButtonRefKey = Symbol() as InjectionKey<Ref<HTMLDivElement | undefined>>
|
||||
export const navDownloadButtonRefKey = Symbol() as InjectionKey<Ref<HTMLDivElement | null>>
|
||||
|
||||
export const searchPaneRefKey = Symbol() as InjectionKey<Ref<InstanceType<typeof SearchPane> | undefined>>
|
||||
export const searchPaneRefKey = Symbol() as InjectionKey<Ref<InstanceType<typeof SearchPane> | null>>
|
||||
|
||||
Reference in New Issue
Block a user