small fixes

This commit is contained in:
Alireza Ahmadi
2024-06-30 22:32:19 +02:00
parent 7d441723ba
commit f169064fbc
5 changed files with 7 additions and 6 deletions
+2
View File
@@ -157,6 +157,7 @@ export default {
this.outbound = createOutbound("direct",{ tag: "direct-" + RandomUtil.randomSeq(3) })
this.title = "add"
}
this.tab = "t1"
this.outboundStats = this.$props.stats
},
changeType() {
@@ -183,6 +184,7 @@ export default {
if (msg.success) {
this.outbound = msg.obj
this.tab = "t1"
this.link = ""
}
}
}