I have the following inline style that shows dynamic colors.
<router-link :style="{ 'color': primaryColor }">Yay</router-link>
It works great, however, on hover, I'd like to show a different dynamic color. I looked in the documentation and didn't see anything about hover with inline style.