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