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