Vue中动态引入本地路径报错

问题:

HTML中代码:

<img :src="item.image" width="20px" height="20px" />

data中数据 

 item: {
          id: 1,
          name: "哈哈哈",
          image: "../../assets/browser/Chrome.gif",
        },

以这种方式引入时,页面图片渲染不出来。

Vue中动态引入本地路径报错

解决方法:

     image: require("../../assets/browser/Chrome.gif"),

 

上一篇:java – AndroidPDFViewer – 无法在我的应用程序中打开pdf文档


下一篇:Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x