v-bind:color='i.favIconColor'
@mouseover='i.favIconColor = "red"'
@mouseleave="favIconColor == 'favorite_border' ? favIconColor = 'grey' : void 0"
@click='i.favIconStyle=(i.favIconStyle=="favorite"?"favorite_border":"favorite");i.favIconColor=(i.favIconColor=="grey"?"red":"grey");'>
{{i.favIconStyle}}
</v-icon>
препроцессор css лучше зайдет
Обсуждают сегодня