【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
相關文章
相關標籤/搜索