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', el: '#root',
data: { data: {
currentLang: 'fr', currentLang: 'fr',
db : { db : jdb.db,
db2 : {
restaurants : { restaurants : {
id : "resto", id : "resto",
nameFR : "Restaurant", nameFR : "Restaurant",

Binary file not shown.

View File

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