adde table and editor components
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import Home from '@/views/Home.vue'
|
||||
import List from '@/views/List.vue'
|
||||
import Edit from '@/views/Edit.vue'
|
||||
|
||||
import DefaultLayout from '@/layout/DefaultLayout.vue'
|
||||
|
||||
@@ -22,6 +23,11 @@ const router = createRouter({
|
||||
name: 'List',
|
||||
component: List,
|
||||
},
|
||||
{
|
||||
path: '/edit',
|
||||
name: 'Edit',
|
||||
component: Edit,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user