I\'m using Vue router with two pages:
let routes = [ { path: \'/\', component: require(\'./components/HomeView.vue\') }, { pa
You can use scoped attribute in the style element. Then the style will be limited only to that vue file.
HomeView.vue:
This is the home page!
IntroView.vue:
Introduction