debug with print
This commit is contained in:
parent
00a33c3ce6
commit
a634e49c19
Binary file not shown.
|
@ -123,7 +123,9 @@ let vm = new Vue({
|
|||
},
|
||||
},
|
||||
beforeMount(){
|
||||
cosole.log("about to call getJDB")
|
||||
this.getJDB();
|
||||
cosole.log("after getJDB call")
|
||||
},
|
||||
mounted: function() {
|
||||
console.log("mounting");
|
||||
|
|
Loading…
Reference in New Issue