vuetify-material-dashboard icon indicating copy to clipboard operation
vuetify-material-dashboard copied to clipboard

No support for nested routes

Open ksdhir opened this issue 5 years ago • 3 comments

ksdhir avatar Jan 21 '19 15:01 ksdhir

I have the same issue. Has someone found a solution? I think this may be caused by this function in router > index.js

const router = new Router({ mode: 'history', routes: paths.map(path => route(path.path, path.view, path.name)).concat([ { path: '*', redirect: '/dashboard' } ]), scrollBehavior (to, from, savedPosition) { if (savedPosition) { return savedPosition } if (to.hash) { return { selector: to.hash } } return { x: 0, y: 0 } } })

danielgamboar avatar Mar 12 '19 16:03 danielgamboar

metoo

Aaron-lgf avatar Mar 20 '19 03:03 Aaron-lgf

@danielgamboar i fixed it here https://github.com/ClintOxx/vuetify-admin-dashboard

ClintOxx avatar Apr 07 '19 18:04 ClintOxx