mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
fix: 🐛 Resolving build failures
This commit is contained in:
parent
b3b0d34d92
commit
8460945bd6
@ -78,6 +78,7 @@ export default {
|
||||
},
|
||||
)
|
||||
},
|
||||
|
||||
isRender(item) {
|
||||
if (this.renderTab === item.prop) {
|
||||
return this.rendered
|
||||
@ -85,6 +86,7 @@ export default {
|
||||
|
||||
return true
|
||||
},
|
||||
|
||||
async reRender(other) {
|
||||
this.renderTab = other || this.activeTab
|
||||
|
||||
@ -94,9 +96,11 @@ export default {
|
||||
|
||||
this.renderTab = ''
|
||||
},
|
||||
|
||||
reRenderPost() {
|
||||
this.renderSign = true
|
||||
},
|
||||
|
||||
async onTabChange(prop) {
|
||||
if (!this.renderSign) {
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user