git commit -a "pembiayaan"

This commit is contained in:
hayatie
2025-10-13 10:37:48 +08:00
parent 81e4ef66cc
commit db04675390
3 changed files with 118 additions and 1 deletions
+11 -1
View File
@@ -50,12 +50,15 @@ import AdminIndex from './components/demo/admin/index.vue';
import ManageAccountPassword from './components/demo/admin/admin/password.vue';
import ManageAccountAdd from './components/demo/admin/admin/add.vue';
import ManagePembiayaan from './components/demo/admin/admin/pembiayaan.vue';
const default_component = {
template: '<div>Not found: {{ $route.path }}</div>'
}
export default [
{
path: '/',
@@ -304,8 +307,15 @@ export default [
path: 'add',
component: ManageAccountAdd,
name: 'Add Account'
}
},
{
path: '/pembiayaan',
name: 'Pembiayaan',
component: ManagePembiayaan
}
]
}
]