【VueJs】VueJS----組件基礎

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