Added feature/bug tags to roadmap
Learned something new today! I can actually v-bind a class attribute using the template literals `${ }`
:class="`is-${consideredFeature.typeColor}`"
:class="`is-${consideredFeature.typeColor}`"
Jason Leow
Author
Thanks @yuyu! Great learning point, didn't know that! I just did what worked but this really helps. Must add this to future optim efforts
Please sign in to leave a comment.