v-bind 条件绑定多个class属性

<tr v-for="Item in List" v-bind:class="{seeBlue:Item.int1 == 1,seeRed:Item.int1 == 2}">
...
</tr>