From d2f26c1f64f01ff268ab42d81effb47e926c45be Mon Sep 17 00:00:00 2001 From: Seviche Date: Tue, 28 Mar 2023 22:32:47 +0800 Subject: [PATCH] Refactor BubbleMenu --- src/components/Tiptap/BubbleMenu.vue | 59 ++++++++++++++++++++++++++++ src/components/Tiptap/Editor.vue | 58 +++------------------------ 2 files changed, 65 insertions(+), 52 deletions(-) create mode 100644 src/components/Tiptap/BubbleMenu.vue diff --git a/src/components/Tiptap/BubbleMenu.vue b/src/components/Tiptap/BubbleMenu.vue new file mode 100644 index 0000000..567c582 --- /dev/null +++ b/src/components/Tiptap/BubbleMenu.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/src/components/Tiptap/Editor.vue b/src/components/Tiptap/Editor.vue index fe973d3..fffbb15 100644 --- a/src/components/Tiptap/Editor.vue +++ b/src/components/Tiptap/Editor.vue @@ -1,7 +1,8 @@ - -