This commit is contained in:
ed barz 2022-05-15 00:57:55 +02:00
parent a634e49c19
commit 02e6e9f557
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -122,7 +122,7 @@ let vm = new Vue({
this.showlang(lang); this.showlang(lang);
}, },
}, },
beforeMount(){ created: function(){
cosole.log("about to call getJDB") cosole.log("about to call getJDB")
this.getJDB(); this.getJDB();
cosole.log("after getJDB call") cosole.log("after getJDB call")