美文网首页VUE相关
vue动态绑定img并设置默认图片

vue动态绑定img并设置默认图片

作者: 伴歌知行 | 来源:发表于2019-08-01 17:36 被阅读0次

    imgUrl如果存在时,就使用imgUrl,如果不存在则使用默认图片

    <img :src="imgUrl ? imgUrl : require('../../static/images/default.png')" />

    相关文章

      网友评论

        本文标题:vue动态绑定img并设置默认图片

        本文链接:https://www.haomeiwen.com/subject/coucdctx.html