There was an error while loading. Please reload this page.
Global styles are applied site-wide. Include them in your HTML <head> using a <link>:
<head>
<link>
<!-- index.html --> <html> <head> <link rel="stylesheet" href="path/to/styles.css"> </head> <body> <app></app> </body> </html>
Scoped styles can override global styles for the elements inside a component, but you can also reference global CSS if needed.