mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-22 21:10:26 +01:00
🚧 Feat : implement navbar
This commit is contained in:
9
src/templates/modules/default/Routes.ts
Normal file
9
src/templates/modules/default/Routes.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { RouteRecordRaw } from 'vue-router'
|
||||
import Home from './Home.vue'
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{ path: '/', component: Home },
|
||||
{ path: '/documentation', component: Home }
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user