This commit is contained in:
2023-08-31 10:32:41 +08:00
parent 0515679c56
commit 931a8a10c9

View File

@@ -40,6 +40,11 @@
default: false default: false
} }
}, },
watch: {
focused() {
this.focusState = this.focused
},
},
mounted () { mounted () {
if (this.focused) { if (this.focused) {
this.focusState = true this.focusState = true