周宾
6 天以前 d3fdb7d54b346f46aa17484dda5af59d70586dd6
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}