This commit is contained in:
mertsincan 2023-12-22 11:35:54 +00:00
parent 40f231b1f5
commit 54fe18b668

View file

@ -130,9 +130,6 @@ export default {
updated() {
this.updateInkBar();
},
beforeUnmount() {
this.d_tabPanels.clear();
},
methods: {
isTabPanel(child) {
return child.type.name === 'TabPanel';