Yes
table
I'm new to Vue.js and Element UI.
I wonder following questions:
export default {
data() {
return {
tableData: [{}]
}
}
}
How can I change the value of tableData?
And how to load tableData with an async request?
How can I access the variable: tableData
?
I cannot find it in this
variable.
Please read Vue docs thoroughly before using it in an actual project.
Most helpful comment
Ref:
https://github.com/appbone/element-ui-admin/blob/master/src/event/list.vue