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