forked from DebaucheryLibrarian/traxxx
Fixed movie limit.
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
movies: [],
|
movies: [],
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
limit: 5,
|
limit: 30,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user