Add a special page for seeing all contacts to gift

This commit is contained in:
Matthew Raymer
2023-07-14 18:12:39 +08:00
parent 9960a96a20
commit 4ecea1ab0e
2 changed files with 246 additions and 0 deletions

View File

@@ -158,6 +158,15 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "statistics" */ "../views/StatisticsView.vue"
),
},
{
path: "/contact-gives",
name: "contact-gives",
component: () =>
import(
/* webpackChunkName: "statistics" */ "../views/ContactGiftingView.vue"
),
},
];
/** @type {*} */