add page to take a picture and upload to an image server

This commit is contained in:
2024-02-23 19:02:10 -07:00
parent c239db6a4f
commit c696de33f3
7 changed files with 118 additions and 3 deletions

View File

@@ -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",