diff --git a/src/views/Home.vue b/src/views/Home.vue index f45d659..2fa2b62 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -146,7 +146,7 @@ export default { const shuffled = response.data .map(el => el.word) .sort(() => 0.5 - Math.random()); - vm.targetTextList = shuffled.slice(0, 2); + vm.targetTextList = shuffled.slice(0, 15); }) .catch(function(error) { vm.targetTextList = [];