fix: lint
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user