responcive: home quite ok
This commit is contained in:
@ -147,7 +147,7 @@ import { MA } from 'vuejs/api/ma-axios'
|
||||
document.querySelector('body').classList.remove(...classes_to_rm)
|
||||
// add new path classes to body
|
||||
const classes = []
|
||||
if (to.path == '/') {
|
||||
if (to.name == 'home') {
|
||||
classes.push('path-home')
|
||||
} else {
|
||||
const path_parts = to.path
|
||||
|
Reference in New Issue
Block a user