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