example form leave
This commit is contained in:
parent
c66a18fea4
commit
3bdec6d3f9
4 changed files with 125 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
const leave = () => import("@/modules/05_leave/views/Main.vue")
|
||||
|
||||
const addAbsence = () => import("@/modules/05_leave/componenst/addAbsence.vue")
|
||||
const samplePage = () => import("@/modules/05_leave/views/SampleForm.vue")
|
||||
|
||||
/* const Checkout = () => import("@/modules/04_checkin/views/Checkout.vue");
|
||||
*/
|
||||
|
|
@ -26,4 +27,13 @@ export default [
|
|||
Key: [7],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/leave/sample",
|
||||
name: "sample-page",
|
||||
component: samplePage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue