Blame view

稻城亚丁小程序/uniapp/src/shime-uni.d.ts 139 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
  export {}
  
  declare module "vue" {
    type Hooks = App.AppInstance & Page.PageInstance;
    interface ComponentCustomOptions extends Hooks {}
  }