{
title: '头像',
key: 'avatar',
columns: {
'width':'50px'
},
render: (h, params) => {
return h('div', [
h('img', {
attrs: {
src: params.row.avatar
},
style: {
width: '40px',
height: '40px'
}
}),
]);
}
},
不要使用props
,这种的需要使用attrs
!
本站(PHP --> Golang)已重构,代码开源
当你能力不能满足你的野心的时候,你就该沉下心来学习