Wie eingestaltet in Komponenten inline in Vue festgelegt wird
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>
Lazy Louse
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>