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