Article creation overhaul

This commit is contained in:
Florian Sylvain
2023-01-09 12:03:03 +01:00
parent 408686a644
commit 29255c047a
4 changed files with 60 additions and 27 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Editor from '@tinymce/tinymce-vue';
import { onMounted, ref, type Ref } from 'vue';
import { useRoute } from 'vue-router';
let article: Ref<Article | void> = ref()
const article: Ref<Article | void> = ref()
const editorData: Ref<string> = ref('')
onMounted(async () => {