debug with print

This commit is contained in:
ed barz 2022-05-15 00:56:12 +02:00
parent 00a33c3ce6
commit a634e49c19
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -123,7 +123,9 @@ let vm = new Vue({
}, },
}, },
beforeMount(){ beforeMount(){
cosole.log("about to call getJDB")
this.getJDB(); this.getJDB();
cosole.log("after getJDB call")
}, },
mounted: function() { mounted: function() {
console.log("mounting"); console.log("mounting");