[FEAT] Add sharing function, UI enhancement
This commit is contained in:
@@ -39,6 +39,11 @@ const router = createRouter({
|
||||
name: 'blog-detail',
|
||||
component: () => import('../views/BlogDetail.vue'),
|
||||
},
|
||||
{
|
||||
path: '/share/:id',
|
||||
name: 'share',
|
||||
component: () => import('../views/ShareView.vue'),
|
||||
},
|
||||
],
|
||||
scrollBehavior(to, from, savedPosition) {
|
||||
if (savedPosition) {
|
||||
|
||||
Reference in New Issue
Block a user