Ant Design of Vue中Table的列表中显示图片(vue 插槽,`slot`和 `slot-scope`已被废弃)

Ant Design of Vue中Table的列表中显示图片(vue 插槽,`slot`和 `slot-scope`已被废弃),第1张

之前vue2.0的slot没法用了,只能使用新的标签

报错信息为:`slot` attributes are deprecated vue/no-deprecated-slot-attribute

经查阅资料得知,官方文档里的​​slot​​​、​​slot-scope​​已经弃用

原来使用的方法

 
   

 


内容

现在的使用方法

 
   
 


可简写为:

在项目中的实战(想要在表格中显示图片)

          
          




       {
          title: '代币图片',
          // dataIndex: 'imageUrl'
          slots : { customRender : 'textImg' }
        }

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/946614.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-18
下一篇2022-05-18

发表评论

登录后才能评论

评论列表(0条)

    保存