forked from DebaucheryLibrarian/traxxx
Added pagination and search to movies page.
This commit is contained in:
@@ -196,6 +196,17 @@ const routes = [
|
||||
{
|
||||
path: '/movies',
|
||||
component: Movies,
|
||||
redirect: {
|
||||
name: 'movies',
|
||||
params: {
|
||||
range: 'latest',
|
||||
pageNumber: 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/movies/:range/:pageNumber',
|
||||
component: Movies,
|
||||
name: 'movies',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user