add page for extended details of gifts including pic (not fully tested)

This commit is contained in:
2024-03-08 01:10:17 -07:00
parent cae2bbc4ff
commit acee761906
3 changed files with 338 additions and 13 deletions

View File

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