ハッシュタグTLを追加
This commit is contained in:
parent
ce964a33e3
commit
e5415812e6
2 changed files with 151 additions and 0 deletions
|
|
@ -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')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue