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