4.2.1
版本发布时间: 2019-05-27 16:27:26
PanJiaChen/vue-element-admin最新发布版本:4.4.0(2020-06-21 21:42:12)
:bug: 修复
- 修复 charts 图表 在
keep-alive
中的 bug(#2119) - 修复 同时引用多个 Tinymce 富文本 时的 bug(#2152)
:sparkles: 优化
- 添加
autoprefixer
到devDependencies
,避免有些情况下漏装的问题(#2097 by @bpzhang ) - 优化
request.js
的错误处理 (#2160 @gaoshijun1993 ) - dev proxy 的 target 修改为
127.0.0.1
,避免修改了localhost
的指向后,代理失效的问题(#2142) - Tinymce 富文本增加
language
选项(#2159)
:bug: Bugs
- Fixed bug when charts in
keep-alive
(#2119) - Fixed bug when init multiple tinymces at the same time (#2152)
:sparkles: Optimization
- Add
autoprefixer
todevDependencies
to avoid the problem of missing(#2097 by @bpzhang ) - Optimized error handling for
request.js
(#2160 @gaoshijun1993 ) - The target of the dev proxy is modified to
127.0.0.1
, to avoid some people modifying thelocalhost
pointer, the proxy is invalid(#2142) - Tinymce add
language
option(#2159)