This commit is contained in:
j3d1 2024-06-06 22:31:34 +02:00
parent 3d793b4d6c
commit 0bc12c95c0

View file

@ -107,6 +107,10 @@ export default {
}
}
},
mounted() {
const div = this.$refs.text;
div.innerHTML = this.rawhtml(this.value);
}
};
</script>