标签:style for循环 框架 属性 router name 一点 round 背景
实现方式很简单,在属性前加:,表示绑定
:style="{‘background‘:item.bgColor}
代码样例:
<li v-for="item in laber_cloud"> <router-link :style="{‘background‘:item.bgColor}" >{{item.name}}</router-link> </li>
每天一点点之vue框架开发 - 数据渲染-for循环中动态设置页面背景色
标签:style for循环 框架 属性 router name 一点 round 背景
原文地址:https://www.cnblogs.com/cap-rq/p/10175493.html