{{ $t('welcome') }}, {{ $page.user.name }}.
+ \ No newline at end of file diff --git a/src/router/Index.js b/src/router/Index.js index 5fcdcb2..7462a79 100644 --- a/src/router/Index.js +++ b/src/router/Index.js @@ -48,6 +48,16 @@ const router = createRouter({ }, ] }, + { + path: 'address', + children: [ + { + path: '', + name: 'address.index', + component: () => import('@Pages/App/Address/Index.vue') + } + ] + } ], }, {