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