【发布时间】:2021-11-28 10:24:13
【问题描述】:
图像不显示在背景中。当我在 tailwindcss 中尝试使用“bg-shoes”时也是如此
【问题讨论】:
-
为了将来参考,避免使用链接来显示代码示例。它们可能随时中断,未来的用户将无法从该问题中受益。而是使用代码示例工具或代码 sn-p 工具。
标签: vue.js tailwind-css
图像不显示在背景中。当我在 tailwindcss 中尝试使用“bg-shoes”时也是如此
【问题讨论】:
标签: vue.js tailwind-css
确保您绑定了样式属性。并且在语法中使用了一个大括号
<div v-bind:style="{ backgroundImage: makesure the value is a string }"></div>
【讨论】: