fix clip support
This commit is contained in:
@ -46,7 +46,12 @@ const router = createRouter({
|
||||
component: VodView
|
||||
},
|
||||
{
|
||||
path: '/:streamer/clip/:slug',
|
||||
path: '/clip/:slug',
|
||||
component: ClipView
|
||||
},
|
||||
// suppotrt other clip method
|
||||
{
|
||||
path: '/:streamerName/clip/:slug',
|
||||
component: ClipView
|
||||
},
|
||||
{ path: '/:pathMatch(.*)*', component: PageNotFound }
|
||||
|
Reference in New Issue
Block a user