make the photo show in a pop-up dialog

This commit is contained in:
2024-03-14 19:44:11 -06:00
parent 49bb1c07b7
commit 251986d2bc
6 changed files with 106 additions and 69 deletions

View File

@@ -92,12 +92,6 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "gifted-details" */ "../views/GiftedDetails.vue"
),
},
{
path: "/gifted-photo",
name: "gifted-photo",
component: () =>
import(/* webpackChunkName: "gifted-photo" */ "../views/GiftedPhoto.vue"),
},
{
path: "/help",
name: "help",