feat: add download route and view, implement image download functionality, and enhance QR code sharing in PickupView
This commit is contained in:
@@ -39,6 +39,11 @@ const router = createRouter({
|
||||
name: 'pickup',
|
||||
component: () => import('../views/PickupView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/download',
|
||||
name: 'download',
|
||||
component: () => import('../views/DownloadView.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user