我要返回:transform:rotate()
迭代次数:
内联样式
<span :style="{transform:rotate(tottest(elecs, index))}">{{elecs[index].obtenus}}/{{elecs[index].maxsiege}}</span>
方法
resetRotate(elecs, index){
result += Math.round(elecs[index].obtenus/elecs[index].maxsiege * 100);
return {style : transform:rotate(result)}
}
内联迭代错误:
_vm.rotate is not a function