I am currently working with meteor and vue. However, I am facing an issue where meteor automatically extracts CSS from the Vue component within the npm and places it in the head, leading to a conflict. Is there a way to avoid this conflict?
Software Versions: Meteor 1.8.1, Vue 2.6.5
https://i.sstatic.net/oQHGi.png
The CSS that was initially inside the Vue component is now cluttering the page head, causing unwanted conflicts.
This excessive CSS is creating conflicts on the page that need to be resolved.
Your assistance in resolving this matter would be greatly appreciated. Thank you!
enter image description here enter image description here
The <meteor-bundled-css />
flag does not seem to work as expected.
This tag fails to place the merged file at the bottom of the head. It's quite frustrating...