mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-11 01:42:43 +08:00
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
export {}
|
|
|
|
declare module 'vue' {
|
|
type Hooks = App.AppInstance & Page.PageInstance
|
|
interface ComponentCustomOptions extends Hooks {}
|
|
}
|