vue官網學習筆記(九)組件基礎

基本示例 這裏有一個Vue組件的示例:html // 定義一個名爲 button-counter 的新組件 Vue.component('button-counter', { data: function () { return { count: 0 } }, template: '<button v-on:click
相關文章
相關標籤/搜索