ilk commit
This commit is contained in:
3
src/module/Profil/routes/index.ts
Normal file
3
src/module/Profil/routes/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import Profil from './profil'
|
||||
|
||||
export default [Profil]
|
||||
10
src/module/Profil/routes/profil.ts
Normal file
10
src/module/Profil/routes/profil.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import UyeProfil from '@/module/uyeler/views/UyeProfil.vue'
|
||||
|
||||
export default {
|
||||
path: '/profil',
|
||||
name: 'Profil',
|
||||
component: UyeProfil,
|
||||
meta: {
|
||||
authRequired: true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user