[FEAT] Add sharing function, UI enhancement

This commit is contained in:
2025-12-14 19:06:55 +01:00
parent 883c93b7ff
commit a381900356
9 changed files with 664 additions and 59 deletions

View File

@@ -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) {