兰宝车间质量管理系统-前端
分支
用户 dhb52 <dhb52@126.com>
星期三, 一月 3, 2024 11:40 +0800
提交者 Gitee <noreply@gitee.com>
星期三, 一月 3, 2024 11:40 +0800
提交bbcedd02baa053a88688a82fc72e87c857c82db2
目录 7755b8e714f48c0e8ca02a6030fae3bb50d8b865 目录 | zip | gz
上一版本 abf2777b2e57943b283310592ca4878e5b67ca33 查看 | 对比
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>
已修改1个文件
2 ■■■ 文件已修改
src/types/module.d.ts 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史