vue組件學習(component)

vue組件學習(component) 如何定義組件 Vue.component({}); 給組件命名 Vue.component(「name」,{}); 組件的兩大屬性:template以及props template:模板的意思,可以將你需要寫的元素放入template中 ,例如: 運行結果如下: 由上圖可見,template屬性其實就是一個可以存放各種html標籤的容器。 組件就大致相當於重新
相關文章
相關標籤/搜索