started routing

This commit is contained in:
2019-07-19 16:57:22 +02:00
parent 01e4d99537
commit 5985796166
8 changed files with 140 additions and 13 deletions
+18
View File
@@ -0,0 +1,18 @@
<template>
<div
id="bibliographie"
class="full-width"
>
<h1>Bibliographie</h1>
</div>
</template>
<script>
export default {
name: 'Bibliographie',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>
+18
View File
@@ -0,0 +1,18 @@
<template>
<div
id="locorum"
class="full-width"
>
<h1>Locorum</h1>
</div>
</template>
<script>
export default {
name: 'Locorum',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>
+18
View File
@@ -0,0 +1,18 @@
<template>
<div
id="nominum"
class="full-width"
>
<h1>Nominum</h1>
</div>
</template>
<script>
export default {
name: 'Nominum',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>
+18
View File
@@ -0,0 +1,18 @@
<template>
<div
id="operum"
class="full-width"
>
<h1>Operum</h1>
</div>
</template>
<script>
export default {
name: 'Operum',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>