This commit is contained in:
2023-07-07 07:12:32 +10:00
parent d17ff1f2e7
commit afad2df8f5

View File

@@ -6,7 +6,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { computed, onBeforeUnmount, watch } from "vue"; import { onBeforeUnmount, watch } from "vue";
import { useEditor, EditorContent } from "@tiptap/vue-3"; import { useEditor, EditorContent } from "@tiptap/vue-3";
import StarterKit from "@tiptap/starter-kit"; import StarterKit from "@tiptap/starter-kit";