0👍
You forgot to bind the property with the :
, so it doesn’t eval the value, it’s considered as string.
<v-icon :color="calibrate3.color">fas fa-circle</v-icon>
- [Vuejs]-Laravel + Vue integration. Vuetify don't work
- [Vuejs]-Deploy and customize a VueJs app using Docker and GitlabCI
Source:stackexchange.com