Vue.js is my latest discovery and I have been experimenting with the single file component architecture. A small issue I encountered was that all of my components' styles were being loaded on the page, even if they weren't currently active.
Is there a method to load only the CSS for the current components, reducing code repetition?