mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix obs components display
This commit is contained in:
9
default.d.ts
vendored
9
default.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import { LoadingBarProviderInst, MessageProviderInst } from "naive-ui"
|
||||
import { useRoute } from "vue-router"
|
||||
import { LoadingBarProviderInst, MessageProviderInst } from 'naive-ui'
|
||||
import { useRoute } from 'vue-router'
|
||||
|
||||
declare module 'vue3-aplayer' {
|
||||
const content: any
|
||||
@@ -16,8 +16,9 @@ declare module '*.js' {
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$message: MessageProviderInst,
|
||||
$message: MessageProviderInst
|
||||
$loadingBar: LoadingBarProviderInst
|
||||
$route: ReturnType<typeof useRoute>
|
||||
$mitt: Emitter<MittType>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user