mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 16:32:44 +08:00
15 lines
212 B
TypeScript
15 lines
212 B
TypeScript
export {}
|
|
|
|
declare module 'vue' {
|
|
type Hooks = App.AppInstance & Page.PageInstance
|
|
interface ComponentCustomOptions extends Hooks {
|
|
$uv?: any
|
|
}
|
|
}
|
|
|
|
declare global {
|
|
interface Uni {
|
|
$uv?: any
|
|
}
|
|
}
|