【Vue】IView之table组件化学习(二)

最基本的绑定table是这样的,需要columns和data两个属性。 <template> <Card> <h4>表格栗子</h4> <Table :columns="cols" :data="stuList"></Table> </Card> </template> <script> export default { data(){ return { cols:[ {title:'编号',ke
相关文章
相关标签/搜索