Added dedicated scene function and pagination to tag page.

This commit is contained in:
DebaucheryLibrarian
2020-09-09 04:22:43 +02:00
parent 6bb8d26561
commit d46ac6206d
7 changed files with 75 additions and 28 deletions

View File

@@ -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',
},