Added Black for Wife to JayRock. Switched parameters field to JSON type.
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
actors: [],
|
||||
pageTitle: null,
|
||||
letters: ['all'].concat(Array.from({ length: 26 }, (value, index) => String.fromCharCode(index + 97).toUpperCase())),
|
||||
letter: this.$route.params.letter,
|
||||
letter: this.$route.params.letter || 'all',
|
||||
gender: this.$route.params.gender || 'female',
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user