Blame view

泰额版/Food Labeling Management App UniApp/src/shime-uni.d.ts 139 Bytes
59e51671   “wangming”   1
1
2
3
4
5
6
  export {}
  
  declare module "vue" {
    type Hooks = App.AppInstance & Page.PageInstance;
    interface ComponentCustomOptions extends Hooks {}
  }