Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/
Vue
Vue
/Vue Component/Vue Component Reserved/
Vue v-slot
Search

Vue v-slot

Created
Created
2021 Apr 13 6:6
Refs
Refs
Web Component
새 디렉티브 v-slot가 slot과 slot-scope 속성을 대체하고 두 속성은 이제 사라질 예정
자식 컴포넌트 여기저기 컴포넌트 삽입가능
Vue Scoped Slot
Vue Named Slot
 
 
[Vue] slot
Vue에는 slot이라는 개념이 있는데 무엇? Parent Component에서 Child Component의 Element Tag사이에 삽입하여 Child Component의 원하는 Element로 fallback해주고자 할때 사용하는 개념이다. 앞서 말한 것처럼 Tag사이에 넣은 값을 Child Component의 Slot으로 fallback 되는 것이다. *name을 정하지 않은 의 name은 "default" 그리고 template tag와 v-slot으로 Child Component Slot을 매핑해서 사용한다면 아래와 같다.
[Vue] slot
https://yunzema.tistory.com/109
[Vue] slot
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web App/Web App Framework/
Vue
Vue
/Vue Component/Vue Component Reserved/
Vue v-slot
Copyright Seonglae Cho