The question is quite simple: Can I insert CSS / SCSS style within a Vue.component () , to stay within the scope of the component?
Something like
const Color = Vue.component('Color', {
props: ['row'],
template: '<div class="ba...
asked by
09.01.2018 / 12:38