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