使用antd design vue遇到的一些问题(1)

如何在表格中插入图片 <a-table :columns="columns" :dataSource="data" :pagination="pagination"> <template slot="image" slot-scope="image"> <img :src="image" style="width:50px;height:50px" />
相关文章
相关标签/搜索