vue-antd-admin 0.7.1 已經發布

2020-12-16 開源中國

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.

詳情查看:https://gitee.com/iczer/vue-antd-admin/releases/0.7.1

相關焦點