huminmin
11 小时以前 a511182b3df028b4c38ef6289c03b8cd6765a02d
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}