Notacja obiektowa i notacja tablicy dynamiczne wiązanie klasy VueJS
<div v-bind:class="[activeClass, errorClass]"></div>
Humberto Albarrán
<div v-bind:class="[activeClass, errorClass]"></div>
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>