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