mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
App.vue and router update to include authorization.
This commit is contained in:
parent
c4d66d130c
commit
d38f999b27
2 changed files with 35 additions and 5 deletions
|
|
@ -14,6 +14,16 @@ const router = createRouter({
|
|||
name: 'panels',
|
||||
component: () => import('../views/PanelsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/panel/edit/:dirname',
|
||||
name: 'panel-edit',
|
||||
component: () => import('../views/PanelsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/panel/view/:dirname',
|
||||
name: 'panel-view',
|
||||
component: () => import('../views/PanelsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/macros',
|
||||
name: 'macros',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue