0
Managed to get it working thanks to Timothy’s suggestion, that was almost there. It was just missing the .item
portion.
So it should be
<div v-bind:class="{ disabled:!item.included }"></div>
Source:stackexchange.com
0
Managed to get it working thanks to Timothy’s suggestion, that was almost there. It was just missing the .item
portion.
So it should be
<div v-bind:class="{ disabled:!item.included }"></div>