<div :style="{color: ' #f67e7e'}" ></div>
<div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>
<div :style="{ color: activeColor, fontSize: fontSize + 'px' }"></div>
//use a coma (,) instad (;)
// (background-color) in vue (backgroundColor)
:style="{width: '40px', height: '40px', backgroundColor:'red'}"
// if help full give a like