mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
new lunfardo dic
This commit is contained in:
parent
b95bf6cc20
commit
99e2a04620
7
Readme.md
Normal file
7
Readme.md
Normal 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
|
||||
|
||||

|
@ -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:{
|
||||
|
Loading…
x
Reference in New Issue
Block a user