diff --git a/web/src/components/inputs/FormatedText.vue b/web/src/components/inputs/FormatedText.vue index 304150a..460a262 100644 --- a/web/src/components/inputs/FormatedText.vue +++ b/web/src/components/inputs/FormatedText.vue @@ -107,6 +107,10 @@ export default { } } + }, + mounted() { + const div = this.$refs.text; + div.innerHTML = this.rawhtml(this.value); } }; \ No newline at end of file