little more integration, more api review

This commit is contained in:
2019-08-26 11:03:34 +02:00
parent b8fc27a93d
commit 99aad2e6a1
6 changed files with 123 additions and 19 deletions
+12
View File
@@ -4,8 +4,10 @@ import Router from 'vue-router'
import Home from 'pages/Home'
import Corpus from 'pages/Corpus'
import Nominum from 'pages/Nominum'
import NominumItem from 'components/Content/NominumItem'
import Locorum from 'pages/Locorum'
import Operum from 'pages/Operum'
import OperumItem from 'components/Content/OperumItem'
import Bibliographie from 'pages/Bibliographie'
Vue.use(Router)
@@ -26,6 +28,11 @@ const routes = [
path: '/nominum',
component: Nominum
},
{
name: 'nominumItem',
path: '/nominum/:id',
component: NominumItem
},
{
name: 'locorum',
path: '/locorum',
@@ -36,6 +43,11 @@ const routes = [
path: '/operum',
component: Operum
},
{
name: 'operumItem',
path: '/operum/:id',
component: OperumItem
},
{
name: 'bibliographie',
path: '/bibliographie',