vue-antd-admin 0.7.1 已经发布
vue-antd-admin 0.7.1 已经发布。vue-antd-admin 是 Ant Design Pro 的 Vue 实现版本,开箱即用的中后台前端/设计解决方案。
此版本更新内容包括:
- 新增了动态修改页签标题的api {
this.$setPageTitle(route, title)&this.$openPage(route, title)} - 修复了 AndvanceTable 组件异步设置列配置不生效的问题
- 修复了Modal 组件导致的 body 白边问题。
- 修复了混合模式下,菜单数组为空时导致的异常。
- 修复了 menu.js 组件的 openChange 事件的bug。
- 修复了切换语言时,浏览器标签标题不改变的问题。
- 修复了 AvatarList 组件 tooltip 不生效的bug。
- Added api of dynamic modify tab title {
this.$setPageTitle(route, title)&this.$openPage(route, title)}. - Fixed the problem that the async configuration of columns not affect in AdvanceTable.vue.
- Fixed the white edge problems caused by Modal component.
- Fixed the exception caused by empty menuData in mix navigation mode.
- Fixed the problem of openChange event in menu.js.
- Fixed the problem that the title language of the browser tab does not change when switching languages.
- Fixed the problem that tooltip function not affect of AvatarList.vue.