vue 本地静态图片路径写法

在img标签中

<img src="../../assets/images/haibao/[email protected]" class="" width="100%"/>

在 script 中

datalist:[
     {src: require('../../assets/images/haibao/[email protected]')},
     {src: require('../../assets/images/haibao/[email protected]')},
}
{url: require('../assets/a1.png'),title:'你看我叼吗1',id:1},

猜你喜欢

转载自www.cnblogs.com/dudu123/p/10212580.html