update header with dropdown for secondary pages & add missing basic routes and pages

This commit is contained in:
axolotle
2021-03-10 16:30:58 +01:00
parent 965112ddbb
commit 9ffc2bf167
5 changed files with 73 additions and 18 deletions
+12
View File
@@ -0,0 +1,12 @@
<template>
<component-debug :component="this" />
</template>
<script>
export default {
name: 'Contact'
}
</script>
<style lang="scss" scoped>
</style>
+12
View File
@@ -0,0 +1,12 @@
<template>
<component-debug :component="this" />
</template>
<script>
export default {
name: 'Introduction'
}
</script>
<style lang="scss" scoped>
</style>