🐛 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;
},
},
mounted () {
this.tempValue = this.value as string;
},
watch: {
dialogVisible () {
if (this.dialogVisible === true) {