spring
7 天以前 8434050b5b8046ebbb617f8914d2478f968c0f9f
1
2
3
4
5
6
export {}
 
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}