✨ (historic notes) add history note page
This commit is contained in:
@@ -41,6 +41,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "draft-notes" */ '@/views/DraftNotes.vue')
|
||||
},
|
||||
{
|
||||
path: '/:user/:repo/history',
|
||||
name: 'HistoricNotes',
|
||||
props: true,
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "historic-notes" */ '@/views/HistoricNotes.vue'
|
||||
)
|
||||
},
|
||||
{
|
||||
path: '/:user/:repo/spaced-repetition',
|
||||
name: 'SpacedRepetitionCard',
|
||||
|
||||
Reference in New Issue
Block a user