vue組件開發之組件插槽

組件插槽 做用 父組件向子組件傳遞內容html 基本用法 插槽位置 Vue.component('alert-box',{ template:` <div class="demo-alert-box"> <strong>Error!</strong> <slot></slot>//這就是插槽 </div> ` }) 插槽內容 Something bad happened. Somet
相關文章
相關標籤/搜索