🚧 Work in progress

This commit is contained in:
Freeze455
2021-08-17 15:03:36 +02:00
parent f490d57073
commit 9c2396c669
5 changed files with 57 additions and 6 deletions

View File

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