ハッシュタグTLを追加

This commit is contained in:
kakkokari-gtyih 2024-06-07 18:09:28 +09:00
parent ce964a33e3
commit e5415812e6
2 changed files with 151 additions and 0 deletions

View file

@ -572,6 +572,13 @@ const routes: RouteDef[] = [{
header: 'showHeader',
autoload: 'enableAutoLoad',
}
}, {
path: '/embed/tags/:tag',
component: page(() => import('@/pages/embed/tag.vue')),
query: {
header: 'showHeader',
autoload: 'enableAutoLoad',
},
}, {
path: '/timeline',
component: page(() => import('@/pages/timeline.vue')),