禁用el-tag组件的渐变动画

This commit is contained in:
马小法 2021-09-14 15:15:22 +08:00
parent 8040ad8c03
commit b84e7013d2
1 changed files with 52 additions and 51 deletions

View File

@ -11,6 +11,7 @@
>
<el-tag
v-else
:disable-transitions="true"
:key="item.dictValue"
:index="index"
:type="item.listClass == 'primary' ? '' : item.listClass"