Vue.JS 2 Tutorial #27 - Slots 정보
Vue Vue.JS 2 Tutorial #27 - Slots
본문
Slots https://vuejs.org/v2/guide/components-slots.html
<form-helper>
Html 코드
</form-helper>
template안에서
<slot></slot>으로 받음
slot="text" 로 가각의 html code를 구분하고.
받을때에는
<slot name="text"></slot>
dynamic은 넘겨주는 쪽에서 정의해야
추천
0
0
댓글 0개