How can I style v-html content with scoped css using vue-loader?
Simple example: component.vue
AS Sarumanatee said if the accepted answer doesn't work try:
.foo /deep/ .bar { color: red; }