example form leave

This commit is contained in:
Warunee Tamkoo 2023-11-07 15:05:19 +07:00
parent c66a18fea4
commit 3bdec6d3f9
4 changed files with 125 additions and 0 deletions

View file

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