try use json data in vue

This commit is contained in:
ed barz 2022-05-15 00:34:18 +02:00
parent 4fe668fccb
commit a89c3f95fa
4 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -54,7 +54,8 @@ let vm = new Vue({
el: '#root',
data: {
currentLang: 'fr',
db : {
db : jdb.db,
db2 : {
restaurants : {
id : "resto",
nameFR : "Restaurant",

Binary file not shown.

View File

@ -2,8 +2,8 @@
"db" : {
"restaurants" : {
"id" : "resto",
"nameFR" : "Restaurant",
"nameEN" : "Restaurant",
"nameFR" : "Restaurants",
"nameEN" : "Restaurants",
"nameIT" : "Ristoranti",
"sub" : {
"italiens" : {