猿问

vue class绑定问题

我想要列表动态绑定class,于是就在data里添加了数据active:0,html这样写<li :class="['fade-item',{active=0?'fade-item-active':''}]">然后通过事件改变active的值从而实现动态绑定fade-item-active,但是报错了。但我记得貌似是可以这样写的,不知道该怎么写……望懂vue的高手指点

泛舟湖上清波郎朗
浏览 406回答 1
1回答

皈依舞

<li&nbsp;class='fade-item'&nbsp;:class="{'fade-item-active':active===0}">
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答