vue組件插槽與做用域插槽

一、在組件中加入自定義的html slot標籤爲vue中特有標籤,意爲插槽,是指在組件中能夠自定義插入dom;html //使用組件: <box-content> <div slot="header">header</div> <div slot="footer">footer</div> </box-content> //組件實現: Vue.component('box-co
相關文章
相關標籤/搜索