张诺
16 小时以前 653b9aea89c84aa446db37a51c5d55ba84a18795
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}