src/layouts/tabs/TabsView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layouts/tabs/TabsView.vue
@@ -70,7 +70,9 @@ }, mounted () { this.correctPageMinHeight(-this.tabsOffset) this.cachedKeys.push(this.$refs.tabContent.$vnode.key) if(this.multiPage){ this.cachedKeys.push(this.$refs.tabContent.$vnode.key) } }, beforeDestroy() { window.removeEventListener('page:close', this.closePageListener)