new lunfardo dic

This commit is contained in:
minimo-io 2022-10-19 14:22:46 -03:00
parent b95bf6cc20
commit 99e2a04620
2 changed files with 11 additions and 3 deletions

7
Readme.md Normal file
View File

@ -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)

View File

@ -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:{