diff --git a/src/components/input/easymde.vue b/src/components/input/easymde.vue index a06dfb35e..e60235624 100644 --- a/src/components/input/easymde.vue +++ b/src/components/input/easymde.vue @@ -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; } } }