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