little more integration, more api review
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user