Skip to content
Snippets Groups Projects

insert karyawan done, backend not integrated

Merged Ahmad Saladin requested to merge issue-8-insert-karyawan into main
Compare and
3 files
+ 171
0
Preferences
Compare changes
Files
3
+ 6
0
@@ -5,6 +5,7 @@ import aProfil from "../views/aProfil.vue";
import Login from "../views/Login.vue";
import UserIndex from "../views/UserIndex.vue";
import AdminIndex from "../views/AdminIndex.vue";
import KaryawanInsert from "../views/KaryawanInsert.vue";
const routes = [
{
@@ -37,6 +38,11 @@ const routes = [
name: "Admin",
component: AdminIndex,
},
{
path: "/user/insert",
name: "KaryawanInsert",
component: KaryawanInsert,
},
];
const router = createRouter({