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