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