Vue學習筆記之深入理解Vue組件一

文章目錄 組件基礎 使用組件的細節點 1.組件中使用is解決標籤規範 2.非根組件中data必須是函數 3.操作dom ref 組件基礎 // 定義一個名爲 button-counter 的新組件 Vue.component('button-counter', { data: function () { return { count: 0 } }, temp
相關文章
相關標籤/搜索