plus-ui/src/types
dhb52 bbcedd02ba
fix: 修复vscode全局属性ts爆红问题
参照vuejs官方文档,[扩展全局属性](https://cn.vuejs.org/guide/typescript/options-api.html#augmenting-global-properties),

```ts
declare module 'vue' {
  interface ComponentCustomProperties {
    $http: typeof axios
    $translate: (key: string) => string
  }
}
```

Signed-off-by: dhb52 <dhb52@126.com>
2024-01-03 03:40:39 +00:00
..
axios.d.ts !73 修复全局属性找不到的问题 2023-12-26 10:04:35 +00:00
element.d.ts fix 修复 vue 类型识别问题 2023-12-27 12:12:51 +08:00
env.d.ts !69 修复升级依赖带来的类型问题 2023-12-14 08:17:12 +00:00
global.d.ts !73 修复全局属性找不到的问题 2023-12-26 10:04:35 +00:00
module.d.ts fix: 修复vscode全局属性ts爆红问题 2024-01-03 03:40:39 +00:00
router.d.ts fix 修复 vue 类型识别问题 2023-12-27 12:12:51 +08:00