plus-ui/src
dhb52 4fa589de2c
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:36:32 +00:00
..
api fix 修复 用户注册缺失 clientid 问题 2023-11-01 10:46:42 +08:00
assets fix #I8550V https://gitee.com/dromara/RuoYi-Vue-Plus/issues/I8550V 2023-09-29 00:06:57 +08:00
components update 优化 代码中存在的警告 2023-11-30 11:13:29 +08:00
directive fix 修复 用户管理权限标识符不正确问题 2023-04-12 16:49:33 +08:00
enums fix #I7WUYJ 菜单切换主题为浅色主题后颜色不正常 2023-09-02 00:55:02 +08:00
lang !50 add 新增 前端接入websocket接收消息 2023-11-02 04:36:31 +00:00
layout update 优化 代码中存在的警告 2023-11-30 11:13:29 +08:00
plugins update 优化 整体代码结构 2023-08-11 17:59:10 +08:00
router update 优化 细化oss配置管理权限控制 2023-12-07 14:52:33 +08:00
store !63 关闭动态路由tab页签时不清理组件缓存 2023-12-13 00:55:46 +00:00
types fix: 修复vscode全局属性ts爆红问题 2024-01-03 03:36:32 +00:00
utils add 新增响应解密私钥 ; 2023-11-20 19:27:03 +08:00
views 🧨发布 vue 版本 5.1.2 与 cloud 版本 2.1.2 2023-12-22 13:20:44 +08:00
animate.ts update 调整代码格式 2023-04-03 00:05:09 +08:00
App.vue update 调整代码格式 2023-04-03 00:05:09 +08:00
main.ts add i18n 2023-04-18 23:36:26 +08:00
permission.ts update 优化 前端白名单页面放行逻辑 2023-11-29 16:02:37 +08:00
settings.ts update 优化 控制台debuger位置错误问题 2023-09-01 11:38:23 +08:00