Added vuetify-pro-tiptap for html formating.

This commit is contained in:
2026-02-03 02:48:10 +01:00
parent 92933d11f5
commit 64422fc68e
5 changed files with 1024 additions and 27 deletions
-2
View File
@@ -273,8 +273,6 @@ export const useLabelEditorStore = defineStore('label_editor_store', {
async updateArticle(article: Article) {
if (this.article != null) {
console.log(article);
try {
let updatedArticle = await $fetch<Article>(this.config.public.url + '/article/' + article.id, {
method: 'POST',