template代碼 <div class="img-container"> <img :src="item[index]" v-for="(item,index) in dataList.imgList" />
</div>script代碼 data(){ return{
dataList:{
imgList:[
'http://img.zcool.cn/community/013a4456f2626f32f875a944208731.jpg',
'http://img.zcool.cn/community/038025357ebd1e5a84a0d304f6b9c4a.jpg'
]
}
}
}結果在瀏覽器變成了有url-loader
vue.js :src是http資源被轉發成了localhost
陪伴而非守候
2018-07-02 00:21:52