Vue組件理解

1 關於組件javascript 組件能夠擴展HTML元素,封裝可重用的代碼。 註冊全局組件: Vue.component(tagName,options)的形式。如:java Vue.component('my-component',{ template:'<div>This is my component</div>' }); 組件註冊須要在初始化根實例以前進行,即先註冊組件,再初始化
相關文章
相關標籤/搜索