……
<tr><th class="{title'+index}" v-for="(item,index) in itemstitle" >{{item}}</th></tr>
……
……
<!-- style -->
.title0{
background-color: #2C3E50;
width:10%;
}
.title1{
background-color: #2C3E50;
width:20%;
}
类似这段代码应该如何修改class的值,这里class不能识别到title0但是打印显示{{'title'+index}}可以出数