I\'m using Vue router with two pages:
let routes = [ { path: \'/\', component: require(\'./components/HomeView.vue\') }, { pa
Alternatively you can use this
It allows to control your page body classes with vue-router. Wrote this when faced the similar issue. It also refers to Add a class to body when component is clicked?