diff --git a/ui/src/components/tag-group/index.vue b/ui/src/components/tag-group/index.vue index 8873d87d..96527fd5 100644 --- a/ui/src/components/tag-group/index.vue +++ b/ui/src/components/tag-group/index.vue @@ -1,14 +1,19 @@ - - {{ props.tags[0] }} + + {{ props.tags[0] }} +{{ props.tags?.length - 1 }} - + {{ item }} @@ -16,6 +21,7 @@