Add dummy-logout link
This commit is contained in:
parent
0bd63636bb
commit
e26bb257cc
@ -6,6 +6,7 @@ import Login from '../pages/Login.vue';
|
|||||||
const routes = [
|
const routes = [
|
||||||
{ path: '/', name: 'Index', component: Dashboard },
|
{ path: '/', name: 'Index', component: Dashboard },
|
||||||
{ path: '/login', name: 'Login', component: Login },
|
{ path: '/login', name: 'Login', component: Login },
|
||||||
|
{ path: '/logout', name: 'Logout', component: null },
|
||||||
{ path: '/budget/:budgetid', name: 'Budget', component: Budget },
|
{ path: '/budget/:budgetid', name: 'Budget', component: Budget },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user