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