鍍金池/ 問答/HTML/ vue里面有什么好的方法實(shí)現(xiàn)點(diǎn)擊切換背景圖片和文字顏色

vue里面有什么好的方法實(shí)現(xiàn)點(diǎn)擊切換背景圖片和文字顏色

vue里面有什么好的方法實(shí)現(xiàn)點(diǎn)擊切換背景圖片和文字顏色

clipboard.png

回答
編輯回答
柚稚

當(dāng)然給 style 綁定值了

<div v-bind:style="{ background: `url(${bg})`, color: color }
data: {
  bg: 'xxx.png',
  color: 'red'
}
2017年11月28日 23:25
編輯回答
九年囚

接樓上,如果涉及樣式多的話建議綁定class

2017年11月9日 10:37