Cómo establecer la guarda del componente en línea en Vue
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>
Lazy Louse
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>