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