fix: lint

This commit is contained in:
xingyu4j
2026-05-16 12:55:19 +08:00
parent 4907f281af
commit eb9cdbab9b
2 changed files with 4 additions and 4 deletions

View File

@@ -11,10 +11,9 @@ const content = ref('<p>开始编辑你的内容...</p>');
<VbenTiptap v-model="content" />
<div class="mt-4">
<p class="text-sm text-gray-500">当前内容:</p>
<pre
class="mt-2 p-2 bg-gray-100 rounded text-xs overflow-auto max-h-40"
>{{ content }}</pre
>
<pre class="mt-2 p-2 bg-gray-100 rounded text-xs overflow-auto max-h-40">
{{ content }}
</pre>
</div>
</div>
</template>