zhangwencui
昨天 95fce9ecb77e9615df925eee143ce34647c694ce
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}