Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
Showing only changes of commit e26bb257cc - Show all commits

View File

@ -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 },
] ]