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