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