vue組件定義

組件(component)是我們自己擴展的html標籤,封裝重用的代碼 component 是vue.js最強大的功能 定義: 全局定義:Vue.component(組件名,配置對象) 配置對象裏必須要有template,在任何實例都可以使用 局部定義:要寫在實例的配置裏面 components:{組件名:組件對象} 全局定義必須寫在局部的前面 也必須要有template vm是vue的一個實例,
相關文章
相關標籤/搜索