zhangwencui
2026-03-06 9e1e28591e0de5fa8f36abc144922e7809e60262
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}