首頁  >  問答  >  主體

Vue.js和Tailwind CSS無法正確顯示背景圖片

<p>組件代碼</p> <p>背景中的圖片不顯示。當我嘗試在tailwindcss中使用"bg-shoes"時,也是相同的情況</p>
P粉021854777P粉021854777415 天前529

全部回覆(1)我來回復

  • P粉937769356

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

    確保綁定style屬性。並且在文法中使用單一花括號 <div v-bind:style="{ backgroundImage: 確保值是字串 }"></div>

    回覆
    0
  • 取消回覆