|
|
|
@ -6,8 +6,9 @@ import Profile from '../system/Profile.vue' |
|
|
|
import Display from '../system/GraphDemo.vue' |
|
|
|
import Builder from '../system/GraphBuilder.vue' |
|
|
|
import Style from '../system/GraphStyle.vue' |
|
|
|
import Data from '../system/KGData.vue' |
|
|
|
import QA from '../system/GraphQA.vue' |
|
|
|
import KGData from '../system/KGData.vue' |
|
|
|
|
|
|
|
const routes = [ |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
@ -61,13 +62,11 @@ const routes = [ |
|
|
|
name: 'QA', |
|
|
|
component: QA |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/kg-data', |
|
|
|
name: 'Data', |
|
|
|
component: Data |
|
|
|
name: 'KGData', |
|
|
|
component: KGData |
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
const router = createRouter({ |
|
|
|
|