🎉 新功能
- 侧边栏 icon 支持 el-icon,在声明路由时直接使用 icon class 即可,例如:
meta: {
title: 'Example',
icon: 'example'
icon: 'el-icon-s-help' //demo
},
🐛 修复
✨ 优化
- chore: 在 webpack 构建时开启
preload
,提高首页加载速度(0bf61aa) - refactor: 修改所有 mock 文件为 commonjs,移除
@babel/register
(d3bd933) - 移除
package.json
中没有依赖到的showdown
(7702b3d by @Silentdoer) - 更新
element-ui
至 2.13.2 版本
🎉 Features
- The sidebar icon supports el-icon, just use the icon class when declaring the route, for example:
meta: {
title: 'Example',
icon: 'example'
icon: 'el-icon-s-help' //demo
},
🐛 Bugs
- Fix the bug when
param2Obj
function appears with==
in the parameter (#3100 by @mayunhai) - Fix the bug that
v-permission
does not support setting permissions dynamically (#3251)
✨ Optimization
- chore: Turn on
preload
during webpack build to increase the homepage loading speed(0bf61aa) - refactor: Modify all mock files to commonjs, remove
@babel/register
(d3bd933) - Remove
showdown
which is not dependent onpackage.json
(7702b3d by @Silentdoer) - Update
element-ui
to version 2.13.2