Adding Sankey for UDG
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
import Home from "../views/Home.vue";
|
||||
import ReferenceID from "../views/ReferenceID.vue";
|
||||
import InteractionsSankey from "../views/InteractionsSankey.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -18,6 +19,11 @@ const routes = [
|
||||
import(/* webpackChunkName: "about" */ "../views/About.vue"),
|
||||
},
|
||||
{ path: "/referenceId", name: "referenceId", component: ReferenceID },
|
||||
{
|
||||
path: "/interactionsSankey",
|
||||
name: "interactionsSankey",
|
||||
component: InteractionsSankey,
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user