0👍
“You cannot change the styles dynamically at runtime from your component’s JavaScript – no.”
-2👍
The vue documentation says that you can use
<style src="./my-component.css"></style>
I’m not sure if that’s exactly what you’re looking for, but that’s my best guess.
Source:stackexchange.com