
之前vue2.0的slot没法用了,只能使用新的标签
报错信息为:`slot` attributes are deprecated vue/no-deprecated-slot-attribute
经查阅资料得知,官方文档里的slot、slot-scope已经弃用
原来使用的方法
内容
现在的使用方法
内容
可简写为:
内容
在项目中的实战(想要在表格中显示图片)
{
title: '代币图片',
// dataIndex: 'imageUrl'
slots : { customRender : 'textImg' }
}
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)