0👍
The css attribute you want is ‘color’, not ‘fontColor’
- [Vuejs]-Cache misses for lazy loaded resources (using dynamic imports)
- [Vuejs]-Delete method with vue-tags-input Vue Js
0👍
Your mistakes is that fontColor doesn’t exist. Use color instead
.disable-events {
color: your color;
}
Source:stackexchange.com