クリップタイムラインの埋め込み

This commit is contained in:
kakkokari-gtyih
2024-06-06 19:26:05 +09:00
parent 5edbe3aace
commit ed0389bf60
4 changed files with 227 additions and 46 deletions

View File

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