♻️ (notes) home is now the note initial screen with a fo…
This commit is contained in:
@@ -4,20 +4,15 @@ import Home from '@/views/Home.vue'
|
||||
|
||||
const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/',
|
||||
path: '/:user?/:repo?',
|
||||
name: 'Home',
|
||||
props: true,
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'About',
|
||||
component: () => import(/* webpackChunkName: "about" */ '@/views/About.vue')
|
||||
},
|
||||
{
|
||||
path: '/note/:user/:repo',
|
||||
name: 'Note',
|
||||
props: true,
|
||||
component: () => import(/* webpackChunkName: "note" */ '@/views/Note.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user