Home  >  Q&A  >  body text

Vue.js and Tailwind CSS not displaying background image correctly

<p>Component code</p> <p>The image in the background is not displayed. The same thing happens when I try to use "bg-shoes" in tailwindcss</p>
P粉021854777P粉021854777415 days ago528

reply all(1)I'll reply

  • P粉937769356

    P粉9377693562023-09-01 00:40:25

    Make sure to bind the style attribute. and use a single curly brace in the syntax <div v-bind:style="{ backgroundImage: Make sure the value is a string }"></div>

    reply
    0
  • Cancelreply