forked from trent_larson/crowd-funder-for-time-pwa
add page to take a picture and upload to an image server
This commit is contained in:
@@ -84,6 +84,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "discover" */ "../views/DiscoverView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/gifted-photo",
|
||||
name: "gifted-photo",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "gifted-photo" */ "../views/GiftedPhoto.vue"),
|
||||
},
|
||||
{
|
||||
path: "/help",
|
||||
name: "help",
|
||||
|
||||
Reference in New Issue
Block a user