mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-09 08:52:42 +08:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
![]() |
export {}
|
||
|
|
||
|
declare module "vue" {
|
||
|
type Hooks = App.AppInstance & Page.PageInstance;
|
||
|
interface ComponentCustomOptions extends Hooks {}
|
||
|
}
|