Skip to content

Commit

Permalink
Fixed #3584 - Tag: Duplicate class names
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 26, 2023
1 parent b23b314 commit 9c7c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tag/Tag.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<span :class="containerClass" v-bind="$attrs">
<span :class="containerClass">
<span v-if="icon" :class="iconClass"></span>
<slot>
<span class="p-tag-value">{{ value }}</span>
Expand Down

0 comments on commit 9c7c8cf

Please sign in to comment.