scrolling!

This commit is contained in:
Henry Jameson 2026-07-24 18:24:42 +03:00
commit bc762a9413
6 changed files with 43 additions and 44 deletions

View file

@ -72,6 +72,7 @@ export default (store) => {
() => import('src/components/chat_view/chat_view.vue'),
),
props: true,
meta: { dontScroll: true },
beforeEnter: validateAuthenticatedRoute,
},
{ name: 'quotes', path: '/notice/:id/quotes', component: QuotesTimeline },