禁用el-tag组件的渐变动画
This commit is contained in:
		
							parent
							
								
									8040ad8c03
								
							
						
					
					
						commit
						b84e7013d2
					
				| 
						 | 
					@ -11,6 +11,7 @@
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
        <el-tag
 | 
					        <el-tag
 | 
				
			||||||
          v-else
 | 
					          v-else
 | 
				
			||||||
 | 
					          :disable-transitions="true"
 | 
				
			||||||
          :key="item.dictValue"
 | 
					          :key="item.dictValue"
 | 
				
			||||||
          :index="index"
 | 
					          :index="index"
 | 
				
			||||||
          :type="item.listClass == 'primary' ? '' : item.listClass"
 | 
					          :type="item.listClass == 'primary' ? '' : item.listClass"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue