From 7c924c75c1b42cef50fdee1c99fde311b8c9fa94 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 25 Jul 2022 15:45:58 +0800 Subject: [PATCH] update tags component --- src/views/components/ConditionTags.vue | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/views/components/ConditionTags.vue b/src/views/components/ConditionTags.vue index 2c32a6bf..5918a0b8 100644 --- a/src/views/components/ConditionTags.vue +++ b/src/views/components/ConditionTags.vue @@ -39,18 +39,19 @@ limitations under the License. --> v-model="tags" class="trace-new-tag" @click="showClick" + @input="searchTags" />