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