VUE 常用屬性

1.屬性綁定   <div v-bind:class="{ active: isActive }"></div> <!-- 完整語法 --> <a v-bind:href="url"></a> <!-- 縮寫 --> <a :href="url"></a> 2.文本插入  <div v-html="message"></div> 3.事件處理 監聽  <button v-on:click="rev
相關文章
相關標籤/搜索