mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
v0.0.2-7
This commit is contained in:
parent
bdf7bd93d4
commit
27cffd13a3
@ -28,9 +28,9 @@ const App = Vue.createApp({
|
|||||||
},
|
},
|
||||||
|
|
||||||
async mounted(){
|
async mounted(){
|
||||||
// const res = await fetch("https://cdn.jsdelivr.net/gh/minimo-io/appticles@v0.0.2-6/mo-lunfardo/data/lunfardo-dict-es.json");
|
const res = await fetch("https://cdn.jsdelivr.net/gh/minimo-io/appticles@v0.0.2-7/mo-lunfardo/data/lunfardo-dict-es.json");
|
||||||
//const res = await fetch("data/dicc-merged.json");
|
//const res = await fetch("data/dicc-merged.json");
|
||||||
const res = await fetch("dart_tools/data/lunfardo-dict-es.json");
|
// const res = await fetch("dart_tools/data/lunfardo-dict-es.json");
|
||||||
this.wordsJson = await res.json();
|
this.wordsJson = await res.json();
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user