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