Answer the question
In order to leave comments, you need to log in
How to output data from server to bootstrap-vue table?
mounted(){
axios.get(url).then(
res => {
this.items = res.data.array
console.log(this.items)
}
)
},
Data comes in but console error Vue [Vue warn]: Error in data(): "TypeError: _this2 is undefined", etc.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question