add NodeMap component that display an interactive text relation tree + test route

This commit is contained in:
axolotle
2021-02-24 17:35:14 +01:00
parent d46ed9dea8
commit afca9e3de1
3 changed files with 189 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@ const routes = [
path: '/',
component: Home
},
{
name: 'map',
path: '/map',
component: () => import(/* webpackChunkName: "node-map" */ '../pages/Map')
},
{
name: 'notfound',
path: '/404',