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