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