git commit -a "pembiayaan"
This commit is contained in:
Vendored
+11
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user