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