From 27cffd13a3b27d20193eafb8cf8ca2e36ae857d4 Mon Sep 17 00:00:00 2001 From: minimo-io Date: Fri, 28 Oct 2022 19:41:58 -0300 Subject: [PATCH] v0.0.2-7 --- mo-lunfardo/lunfardo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mo-lunfardo/lunfardo.js b/mo-lunfardo/lunfardo.js index cff84a1..b641271 100644 --- a/mo-lunfardo/lunfardo.js +++ b/mo-lunfardo/lunfardo.js @@ -28,9 +28,9 @@ const App = Vue.createApp({ }, 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("dart_tools/data/lunfardo-dict-es.json"); + // const res = await fetch("dart_tools/data/lunfardo-dict-es.json"); this.wordsJson = await res.json(); },