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

View File

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