曹睿
2025-04-23 f825462aead9ccfaedbc2b822d0114a807b7fe43
1
2
3
4
5
6
export {};
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}