integrate need review cards
This commit is contained in:
@@ -43,6 +43,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
props: true,
|
||||
component: () => import('@/views/SpacedRepetitionCard.vue')
|
||||
},
|
||||
{
|
||||
path: '/:user/:repo/need-review-cards',
|
||||
name: 'NeedReviewCards',
|
||||
props: true,
|
||||
component: () => import('@/views/NeedReviewCards.vue')
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'About',
|
||||
|
||||
Reference in New Issue
Block a user