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