You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
When using multiple Vue components I would expect the styles array to populate the styles from all the components used inside an app. I have the following configuration:
Might be related to this one: #106
Expected behavior
When using multiple Vue components I would expect the styles array to populate the styles from all the components used inside an app. I have the following configuration:
Actual behavior
The styles array only contains an object of the updated style from the particular component that was updated.
Ideally this would contain the styles from both the components right? Even if any of the two hasn't changed?
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: