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