add entry detail page
This commit is contained in:
parent
4ab0ca00ad
commit
5402f98d05
10 changed files with 1116 additions and 72 deletions
|
|
@ -48,6 +48,12 @@ const routes = [
|
|||
component: () => import('pages/TagSelector.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
{
|
||||
path: 'entry/:id',
|
||||
name: 'entry-detail',
|
||||
component: () => import('pages/EntryDetailPage.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue