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