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