首頁 > 問答 > 主體
angryTom2019-07-16 11:58:27
在使用vue的時候,給html標籤的屬性綁定vue變數時,應該使用v-bind(也可以使用其縮寫為「:」),在你的這個例子中,應該是
<div v-bind:class="classvalue">……</div>