vue.js 組件基礎(vue 八)

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