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