🐛 Fix bug that TextEdit did not display existing values

This commit is contained in:
Jan Oberhauser
2020-01-08 13:25:35 -06:00
parent 2f80b38762
commit 7f21f3eee7

View File

@@ -47,6 +47,9 @@ export default Vue.extend({
return false; return false;
}, },
}, },
mounted () {
this.tempValue = this.value as string;
},
watch: { watch: {
dialogVisible () { dialogVisible () {
if (this.dialogVisible === true) { if (this.dialogVisible === true) {