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