update route registry-employee

This commit is contained in:
AnandaTon 2023-07-07 09:29:17 +07:00
parent bdc7ab8df3
commit ed1c7cc5b4
3 changed files with 12 additions and 3 deletions

View file

@ -8,7 +8,7 @@ const Main = () => import("@/modules/08_registryEmployee/views/Main.vue");
export default [
{
path: "/registryEmployee",
path: "/registry-employee",
name: "registryEmployee",
component: Main,
meta: {