spring
昨天 304f9efb86e72eb3ce239fd69b2f4516b4438c6a
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}