Vue註冊組件的3種方式

第一種方式 extend: vue.js中這樣寫:html var com1 = Vue.extend({ template:'<h3>這是第一種方式</h3>' }); Vue.component("myCom1",com1); 注:myCom1是採用的駝峯命名方式,因此html中這樣寫:vue <my-com1></my-com1> 注:若是不採用駝峯命名方式,js和html中這樣寫:
相關文章
相關標籤/搜索