S
S
stalker7772019-07-29 16:31:11
Vue.js
stalker777, 2019-07-29 16:31:11

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

1 answer(s)
M
Michael, 2019-07-29
@stalker777

Regular v-for
https://bootstrap-vue.js.org/docs/components/table

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question