|
@@ -2,13 +2,13 @@ import Vue from 'vue'
|
|
import Router from 'vue-router'
|
|
import Router from 'vue-router'
|
|
|
|
|
|
import Home from 'pages/Home'
|
|
import Home from 'pages/Home'
|
|
-import Item from 'components/Content/Item'
|
|
|
|
|
|
+import Item from 'pages/Item'
|
|
import Corpus from 'pages/Corpus'
|
|
import Corpus from 'pages/Corpus'
|
|
import Nominum from 'pages/Nominum'
|
|
import Nominum from 'pages/Nominum'
|
|
-import NominumItem from 'components/Content/NominumItem'
|
|
|
|
|
|
+// import NominumItem from 'pages/NominumItem'
|
|
import Locorum from 'pages/Locorum'
|
|
import Locorum from 'pages/Locorum'
|
|
import Operum from 'pages/Operum'
|
|
import Operum from 'pages/Operum'
|
|
-import OperumItem from 'components/Content/OperumItem'
|
|
|
|
|
|
+// import OperumItem from 'pages/OperumItem'
|
|
import Bibliographie from 'pages/Bibliographie'
|
|
import Bibliographie from 'pages/Bibliographie'
|
|
|
|
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
@@ -21,7 +21,7 @@ const routes = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: 'item',
|
|
name: 'item',
|
|
- path: '/items/:uuid',
|
|
|
|
|
|
+ path: '/babar/:uuid',
|
|
component: Item,
|
|
component: Item,
|
|
props: true
|
|
props: true
|
|
},
|
|
},
|
|
@@ -35,11 +35,11 @@ const routes = [
|
|
path: '/nominum',
|
|
path: '/nominum',
|
|
component: Nominum
|
|
component: Nominum
|
|
},
|
|
},
|
|
- {
|
|
|
|
- name: 'nominumItem',
|
|
|
|
- path: '/nominum/:id',
|
|
|
|
- component: NominumItem
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // name: 'nominumItem',
|
|
|
|
+ // path: '/nominum/:id',
|
|
|
|
+ // component: NominumItem
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
name: 'locorum',
|
|
name: 'locorum',
|
|
path: '/locorum',
|
|
path: '/locorum',
|
|
@@ -50,11 +50,11 @@ const routes = [
|
|
path: '/operum',
|
|
path: '/operum',
|
|
component: Operum
|
|
component: Operum
|
|
},
|
|
},
|
|
- {
|
|
|
|
- name: 'operumItem',
|
|
|
|
- path: '/operum/:id',
|
|
|
|
- component: OperumItem
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // name: 'operumItem',
|
|
|
|
+ // path: '/operum/:id',
|
|
|
|
+ // component: OperumItem
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
name: 'bibliographie',
|
|
name: 'bibliographie',
|
|
path: '/bibliographie',
|
|
path: '/bibliographie',
|