added corpus link, added nominum & locorum api request (not working yet)

This commit is contained in:
2019-08-20 17:09:18 +02:00
parent 6a2bb45fb2
commit 5ddfb7d286
8 changed files with 113 additions and 5 deletions
+6
View File
@@ -2,6 +2,7 @@ import Vue from 'vue'
import Router from 'vue-router'
import Home from 'pages/Home'
import Corpus from 'pages/Corpus'
import Nominum from 'pages/Nominum'
import Locorum from 'pages/Locorum'
import Operum from 'pages/Operum'
@@ -15,6 +16,11 @@ const routes = [
path: '/',
component: Home
},
{
name: 'corpus',
path: '/corpus',
component: Corpus
},
{
name: 'nominum',
path: '/nominum',