From 12f97cc1a443bf66dd3b919969c6af1459191eac Mon Sep 17 00:00:00 2001 From: keven1024 Date: Fri, 18 Apr 2025 23:14:33 +0800 Subject: [PATCH] fix(front): integrate VeeValidate rules in MarkdownInputField and enhance Tiptap styling for better user experience --- front/app.vue | 5 +++++ front/components/Field/MarkdownInputField.vue | 3 ++- front/components/Tiptap.vue | 2 +- front/package.json | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/front/app.vue b/front/app.vue index 406c1a7..9de59e6 100644 --- a/front/app.vue +++ b/front/app.vue @@ -1,5 +1,10 @@ diff --git a/front/components/Tiptap.vue b/front/components/Tiptap.vue index 738107e..6064f10 100644 --- a/front/components/Tiptap.vue +++ b/front/components/Tiptap.vue @@ -1,5 +1,5 @@