update Gallery view to work with url params

This commit is contained in:
axolotle
2021-07-09 15:23:03 +02:00
parent 16a1db76fb
commit 48e5471f77
3 changed files with 37 additions and 7 deletions
+7
View File
@@ -45,6 +45,13 @@ export default [
component: () => import(/* webpackChunkName: "kit" */ '@/pages/kit/KitList')
},
{
name: 'gallery-view',
path: '/gallery/:id',
props: true,
component: () => import(/* webpackChunkName: "gallery" */ '@/pages/Gallery')
},
{
name: 'gallery',
path: '/gallery',