mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
More default terms.
This commit is contained in:
parent
d37c75b2d7
commit
e8a92505ee
@ -18,7 +18,7 @@ const App = Vue.createApp({
|
|||||||
},
|
},
|
||||||
|
|
||||||
async mounted(){
|
async mounted(){
|
||||||
const res = await fetch("https://cdn.jsdelivr.net/gh/minimo-io/appticles@v0.0.2-1/mo-lunfardo/data/lunfardo-dict-es.json");
|
const res = await fetch("https://cdn.jsdelivr.net/gh/minimo-io/appticles@v0.0.2-2/mo-lunfardo/data/lunfardo-dict-es.json");
|
||||||
this.wordsJson = await res.json();
|
this.wordsJson = await res.json();
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -33,7 +33,7 @@ const App = Vue.createApp({
|
|||||||
filteredList() {
|
filteredList() {
|
||||||
if (!this.searchQuery) {
|
if (!this.searchQuery) {
|
||||||
//return this.listValues.slice(0, 10);
|
//return this.listValues.slice(0, 10);
|
||||||
return this.listValues.slice(0, 5);
|
return this.listValues.slice(0, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.listValues
|
return this.listValues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user