added metainfo title on each pages

This commit is contained in:
2020-07-11 11:54:06 +02:00
parent 09793d56f8
commit ae9e6c6d84
13 changed files with 105 additions and 16 deletions
+7 -7
View File
@@ -2,7 +2,7 @@ import Vue from 'vue'
import Router from 'vue-router'
import Home from 'pages/Home'
import Item from 'pages/Item'
// import Item from 'pages/Item'
import ListCorpus from 'pages/ListCorpus'
// import Corpus from 'pages/Corpus'
import Edition from 'pages/Edition'
@@ -22,12 +22,12 @@ const routes = [
path: '/',
component: Home
},
{
name: 'item',
path: '/babar/:uuid',
component: Item,
props: true
},
// {
// name: 'item',
// path: '/babar/:uuid',
// component: Item,
// props: true
// },
{
name: 'listcorpus',
path: '/corpus',