Fix changing text after mounting

This commit is contained in:
kolaente 2020-07-12 16:56:42 +02:00
parent b0e90d9e76
commit 3e1df17643
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,9 @@
this.bubble()
},
},
mounted() {
this.text = this.value
},
methods: {
bubble() {
if(this.changeTimeout !== null) {
@ -210,6 +213,7 @@
&:after {
position: absolute;
top: 24px;
margin-left: -3px;
}
}
}