因为url不正确,正确填写方法如下: <templateslot-scope="scope"><el-imagestyle="width: 50px; height: 50px":src="scope.row.url"></el-image></template>
页面出来了,但图片的懒加载功能却没出来,没有实现官网给出的效果。 代码如下 <template>这是gourmet world页面11111<el-imagev-for="url in urls":key="url":src="url"lazy></el-image></template>export default { name: "GourmetWorld", data() { return { urls: [ "https://fuss10.elemecdn.com/...
简介: 前端表格内嵌套el-image无法加载图片解决办法 因为url不正确,正确填写方法如下: <template slot-scope="scope"> <el-image style="width: 50px; height: 50px" :src="scope.row.url"></el-image> </template>文章标签: 前端开发 关键词: 前端加载 前端表格 前端图片 前端嵌套 前端解决办法 ...