gpt4 book ai didi

javascript - 在 vuejs 中将背景图像分配为变量

转载 作者:搜寻专家 更新时间:2023-10-30 22:59:55 26 4
gpt4 key购买 nike

我有一个带有 div.iconvue.js 组件:

Vue.component('obj', {
props: ['img', 'name'],
template: '<div><div class="icon"></div> {{ name }}</div>'
})

虽然 {{ name }} 很容易使用,但我不知道如何传递 {{ img }}

我尝试添加以下代码,但不起作用:

v-bind:style="{ backgroundImage: 'url(' + {{ img }} + ')' }"

如何使用 Prop :img 来分配背景图像?

最佳答案

使用 this issue 中的“背景图像” :

v-bind:style="{ 'background-image': 'url(' + img + ')' }"

关于javascript - 在 vuejs 中将背景图像分配为变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44791072/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com