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