mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 添加更新日志功能;优化组件和状态管理;修复部分逻辑错误
This commit is contained in:
3
default.d.ts
vendored
3
default.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
|
||||
import type { LoadingBarProviderInst, MessageProviderInst, ModalProviderInst, NotificationProviderInst } from 'naive-ui'
|
||||
import type { DialogProviderInst, LoadingBarProviderInst, MessageProviderInst, ModalProviderInst, NotificationProviderInst } from 'naive-ui'
|
||||
import type { useRoute } from 'vue-router'
|
||||
|
||||
declare module 'vue3-aplayer' {
|
||||
@@ -23,5 +23,6 @@ declare global {
|
||||
$modal: ModalProviderInst
|
||||
$mitt: Emitter<MittType>
|
||||
$notification: NotificationProviderInst
|
||||
$dialog: DialogProviderInst
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user