add d3 data formatting & update map view with two links repr

This commit is contained in:
axolotle
2021-03-01 10:12:48 +01:00
parent 52a6f23f8c
commit 9ffc391722
6 changed files with 138 additions and 52 deletions
+5 -5
View File
@@ -8,13 +8,13 @@ const routes = [
{
name: 'home',
path: '/',
component: Home
},
{
name: 'map',
path: '/map',
component: () => import(/* webpackChunkName: "node-map" */ '../pages/Map')
},
// {
// name: 'map',
// path: '/map',
// component: () => import(/* webpackChunkName: "node-map" */ '../pages/Map')
// },
{
name: 'notfound',
path: '/404',