♻️ (flux note) move in a component flux …
flux note will be used for fleeting notes and drafts too
This commit is contained in:
@@ -26,6 +26,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
props: true,
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path: '/:user/:repo/fleeting-notes',
|
||||
name: 'FleetingNotes',
|
||||
props: true,
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "fleeting-notes" */ '@/views/FleetingNotes.vue'
|
||||
)
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'About',
|
||||
|
||||
Reference in New Issue
Block a user