diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..b115f57 --- /dev/null +++ b/Readme.md @@ -0,0 +1,7 @@ +# About appticles + +All appticles files used at https://minimo.io/en/ +Appticles are micro-apps embedded on a blog post to add extra functionality. +They are developed primarily using Vue.js + + \ No newline at end of file diff --git a/mo-lunfardo/lunfardo.js b/mo-lunfardo/lunfardo.js index 4cbb97e..786fd05 100644 --- a/mo-lunfardo/lunfardo.js +++ b/mo-lunfardo/lunfardo.js @@ -19,9 +19,10 @@ const App = Vue.createApp({ } }, - mounted(){ - // const res = fetch(""); - + 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"); + this.wordsJson = await res.json(); + }, computed:{