张诺
2026-04-20 5359f82d714288efa15b0edfb8796c82bc805506
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}