vue.js 運用組件實現點贊按鈕的功能

功能要求:點擊點贊按鈕,點贊數量加1,再次點擊,取消點贊(即點贊數量再次減1)html html源碼:vue <div id="c"> <pic></pic> </div> vue.js源碼:this Vue.component('pic',{ template:"<button @click='zan'>贊 {{like_count}}</button>",
相關文章
相關標籤/搜索