Fixed movie limit.
This commit is contained in:
parent
dd18644796
commit
85c6b581cb
|
@ -76,7 +76,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
movies: [],
|
movies: [],
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
limit: 5,
|
limit: 30,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Reference in New Issue