Releases: bhuh12/vue-router-tab
Releases · bhuh12/vue-router-tab
v1.2.11
Bug Fixes
- routerPage: 修复
this.$vnode.data.key
不存在时,动态页签无法更新 (4aa2e96), closes #138
v1.2.9
Bug Fixes
- routerpage: 修复非激活的页签
routeTab
更新会更改当前激活页签信息 (closes #135) (ff017a4)
- TabItem: 修复 Vue Router
tag prop is deprecated
警告 (d969248), closes #134
v1.2.8
Bug Fixes
- TabScroll: 修复错误
TypeError: Cannot read properties of undefined (reading 'clientWidth')
(9cf924c), closes #131
v1.2.7
Bug Fixes
- RouterAlive: 解决由于 Vue v2.6.13 版本 KeepAlive 精简了缓存组件的数据,导致移除缓存失败 (93f8418), closes #121
v1.2.5
Bug Fixes
- DragSort: 解决 Firefox 下页签拖拽排序后浏览器打开新的页签 (b5134cb)
v1.2.4
Bug Fixes
- routerAlive: 修复页面组件 dom 节点修改后热重载不生效 (85912a9)
v1.2.3
Bug Fixes
- 使用 jsx 生成 TabItem 模板,解决 Vue 2.5.22 版本 TabItem 报错 (48c6065)
- scroll: 解决有些移动设备页签无法滚动 (06b12a2)
Features
v1.2.2
Bug Fixes
- iframe: 屏蔽 Base64 方式 XSS 攻击链接 (665b897)
- scroll: 解决页签滚动调整时未获取到当前页签报错 (61e3a95)