Skip to content

4.3.1

Compare
Choose a tag to compare
@PanJiaChen PanJiaChen released this 21 Jun 14:01
· 12 commits to master since this release

🎉 新功能

  • 侧边栏 icon 支持 el-icon,在声明路由时直接使用 icon class 即可,例如:
meta: {
      title: 'Example',
      icon: 'example'
      icon: 'el-icon-s-help' //demo
    },

🐛 修复

  • 修复 param2Obj 函数在参数中出现 == 时的 bug (#3100 by @mayunhai)

✨ 优化


🎉 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)

✨ Optimization