mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
添加客户端
This commit is contained in:
3
default.d.ts
vendored
3
default.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
|
||||
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst } from 'naive-ui'
|
||||
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst, NotificationProviderInst } from 'naive-ui'
|
||||
import type { useRoute } from 'vue-router'
|
||||
|
||||
declare module 'vue3-aplayer' {
|
||||
@@ -22,5 +22,6 @@ declare global {
|
||||
$route: ReturnType<typeof useRoute>
|
||||
$modal: ModalProviderInst
|
||||
$mitt: Emitter<MittType>
|
||||
$notification: NotificationProviderInst
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user