From 99e2a0462056c1910258f1a33bcb9724dded3f36 Mon Sep 17 00:00:00 2001 From: minimo-io Date: Wed, 19 Oct 2022 14:22:46 -0300 Subject: [PATCH] new lunfardo dic --- Readme.md | 7 +++++++ mo-lunfardo/lunfardo.js | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 Readme.md 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 + +![image info](https://i.imgur.com/rAiHvpA.png) \ 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:{