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