From addbe1b5673568db5b45a3f3337955756fe876f9 Mon Sep 17 00:00:00 2001 From: wheat Date: Sat, 26 Nov 2022 01:55:54 -0500 Subject: [PATCH] feat: query for tiptap mention autocomplete (#120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 三咲智子 Kevin Deng --- components/tiptap/TiptapMentionList.vue | 10 ++++++---- composables/tiptap.ts | 8 +++++--- composables/tiptap/suggestion.ts | 13 ++++++++----- styles/tiptap.css | 4 ++++ 4 files changed, 23 insertions(+), 12 deletions(-) diff --git a/components/tiptap/TiptapMentionList.vue b/components/tiptap/TiptapMentionList.vue index 0b286994..f1264a14 100644 --- a/components/tiptap/TiptapMentionList.vue +++ b/components/tiptap/TiptapMentionList.vue @@ -1,6 +1,8 @@