This commit is contained in:
2026-06-13 10:40:59 +08:00
parent ebcfb0c258
commit 318ddd85a5
15 changed files with 614 additions and 30 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ const routes: RouteRecordRaw[] = [
path: 'moments',
name: 'Moments',
components: {
secondary: () => import('@/views/moments/MomentsFeedView.vue'),
secondary: () => import('@/views/moments/MomentsSidebar.vue'),
default: () => import('@/views/moments/MomentsFeedView.vue'),
},
},