在Vue表中显示图像不起作用

时间:2019-09-26 12:12:59

标签: vue.js vue-tables-2

我试图显示在api模式下从数据库检索的vue表2中的图像。我在api中调用了api-url,该返回的用户数据与用户图像相同。我正在尝试使用插槽在表行中显示图像。但我不知道如何将图像信息传递到广告位。我的程序无法正常工作。

广告位

       <template slot="imageInfo" slot-scope="props">
        <img :src="image" alt="No Image">
       </template>

字段

        {
            name:'__slot:imageInfo',
            dataClass: 'center aligned'
        }

已收到数据

enter image description here

输出

enter image description here

0 个答案:

没有答案