0 votes
in VueJS by
How do you style dynamic generated content using scoped css?

1 Answer

0 votes
by

The scoped css style doesn't impact v-html directive's dynamically generated content. In this case, you can use deep selectors to solve this styling issue.

...