Vue3: How to style components (global, scoped and modules)

Ler em pt-BRIn the past few years using Vue as my favorite framework, I’ve come across many people who believed that the only way to style a component was by using CSS inside the style tag within th...