forked from DebaucheryLibrarian/traxxx
Added dedicated scene function and pagination to tag page.
This commit is contained in:
@@ -125,11 +125,12 @@ const routes = [
|
||||
params: {
|
||||
...from.params,
|
||||
range: 'latest',
|
||||
pageNumber: 1,
|
||||
},
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: '/tag/:tagSlug/:range',
|
||||
path: '/tag/:tagSlug/:range/:pageNumber',
|
||||
component: Tag,
|
||||
name: 'tag',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user