Changing body styles in vue router

前端 未结 7 1432
滥情空心
滥情空心 2021-02-01 18:27

I\'m using Vue router with two pages:

let routes = [
    {
        path: \'/\',
        component: require(\'./components/HomeView.vue\')
    },
    {
        pa         


        
7条回答
  •  难免孤独
    2021-02-01 19:30

    Alternatively you can use this

    • vue-body-class NPM
    • vue-body-class GitHub

    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?

提交回复
热议问题