Added simple tiptap component

This commit is contained in:
Alexis
2025-08-07 22:37:49 +02:00
parent 0a35f441e0
commit 97ce5b3553
7 changed files with 1277 additions and 459 deletions

View File

@@ -190,7 +190,7 @@ function hideEditModal() {
</UiTooltipProvider>
</div>
<p>{{ world.data.description }}</p>
<div class="content-editor" v-html="world.data.description" />
</div>
</Spacing>
</header>