Skip to content

Commit

Permalink
fix: 🐛 Resolving build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed May 4, 2024
1 parent b3b0d34 commit 8460945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ export default {
},
)
},
isRender(item) {
if (this.renderTab === item.prop) {
return this.rendered
}
return true
},
async reRender(other) {
this.renderTab = other || this.activeTab
Expand All @@ -94,9 +96,11 @@ export default {
this.renderTab = ''
},
reRenderPost() {
this.renderSign = true
},
async onTabChange(prop) {
if (!this.renderSign) {
return false
Expand Down

0 comments on commit 8460945

Please sign in to comment.