From 64422fc68e012ae2816898321e344bd240660679 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Tue, 3 Feb 2026 02:48:10 +0100 Subject: [PATCH] Added vuetify-pro-tiptap for html formating. --- frontend/app/components/article/article.vue | 25 +- frontend/app/plugins/vuetify.ts | 39 + frontend/app/store/labelEditorStore.ts | 2 - frontend/package-lock.json | 982 +++++++++++++++++++- frontend/package.json | 3 +- 5 files changed, 1024 insertions(+), 27 deletions(-) diff --git a/frontend/app/components/article/article.vue b/frontend/app/components/article/article.vue index d0f5b93..2d8dea0 100644 --- a/frontend/app/components/article/article.vue +++ b/frontend/app/components/article/article.vue @@ -1,6 +1,5 @@