🐛 修复
✨ 优化
- 添加
autoprefixer
到devDependencies
,避免有些情况下漏装的问题(#2097 by @bpzhang ) - 优化
request.js
的错误处理 (#2160 @gaoshijun1993 ) - dev proxy 的 target 修改为
127.0.0.1
,避免修改了localhost
的指向后,代理失效的问题(#2142) - Tinymce 富文本增加
language
选项(#2159)
🐛 Bugs
- Fixed bug when charts in
keep-alive
(#2119) - Fixed bug when init multiple tinymces at the same time (#2152)
✨ 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)