forked from jsnbuchanan/crowd-funder-for-time-pwa
add page for extended details of gifts including pic (not fully tested)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user