v-bind 条件绑定多个class属性 其他 2021-03-24 19:54 0 阅读 <tr v-for="Item in List" v-bind:class="{seeBlue:Item.int1 == 1,seeRed:Item.int1 == 2}"> ... </tr> 猜你喜欢