[Vuejs]-Apply color defined in string

0👍

You can bind style as simple as that
<div style="{color: 'red'}"></div>

Leave a comment