Added actor alphanetic and gender filters.
This commit is contained in:
@@ -53,6 +53,17 @@ const routes = [
|
||||
{
|
||||
path: '/actors',
|
||||
component: Actors,
|
||||
redirect: {
|
||||
name: 'actors',
|
||||
params: {
|
||||
gender: 'female',
|
||||
letter: 'all',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/actors/:gender/:letter',
|
||||
component: Actors,
|
||||
name: 'actors',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user