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