I'm loading a Vue component via a SystemJS register. In my component I have a stylesheet associated to it.
If I add the scoped tag, styles are not applied. If I remove it, styles are applied correctly but it can impact other components in the frontend we're using to load the remote component.
Hello,
I'm loading a Vue component via a SystemJS register. In my component I have a stylesheet associated to it.
If I add the
scoped
tag, styles are not applied. If I remove it, styles are applied correctly but it can impact other components in the frontend we're using to load the remote component.Have you recently faced a similar problem?
It does not work
It does work