This commit is contained in:
j3d1 2024-05-22 21:43:09 +02:00
parent 20c8cd866e
commit fed0fb2acf
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>