basic crud layout in progress

This commit is contained in:
2023-02-01 23:51:02 -03:00
parent ffb82c9db6
commit c17ac0f579
6 changed files with 341 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ import AppLayout from '@/layout/AppLayout.vue';
import HomeView from '../views/HomeView.vue';
import Landing from '../views/Landing.vue';
import Login from '../views/Login.vue';
import Chart from '@/views/menu/Chart.vue';
import Chart from '@/views/Chart.vue';
import Crud from '@/views/Crud.vue';
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -29,7 +30,14 @@ const router = createRouter({
path: '/charts',
name: 'charts',
component: Chart
}/* ,
},
{
path: '/crud',
name: 'crud',
component: Crud
}
/* ,
{
path: '/about',
name: 'about',