🚧 Setup documentation

This commit is contained in:
Freeze455
2021-08-17 12:47:19 +02:00
parent b178ea1ff2
commit f7eca7aeca
6 changed files with 63 additions and 47 deletions

View File

@@ -1,8 +1,8 @@
import { RouteRecordRaw } from 'vue-router'
import Index from './index.vue'
import GettingStarted from './getting-started.vue'
const routes: RouteRecordRaw[] = [
{ path: '/documentation', component: Index },
{ path: '/documentation/getting-started', component: GettingStarted },
]
export default routes

View File

@@ -1,14 +0,0 @@
<template>
<Documentation>
dd
</Documentation>
</template>
<script setup lang="ts">
import Documentation from '../../../components/Documentation.vue'
</script>
<style>
</style>