This commit is contained in:
j3d1 2024-05-22 21:43:09 +02:00
parent b3ff77a1fa
commit 0d231b0e65
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,5 @@
<template>
<div contenteditable>
<pre>{{ value }}</pre>
<span v-html="rawhtml(value)"></span>
</div>
</template>