scoped slots vue example
[So sánh] Tương đồng giữa React và Vue.js
Nội dung sau khi render ra như sau: Scoped slots. Scoped slots là một loại slot đặt biệt để có thể truyền dữ liệu từ component con lên ...
Slots
That said, scoped slots are still useful in cases where we need to both encapsulate logic and compose visual output, like in the <FancyList> example.
🚀 Mastering Modular and Reusable Component Design! - LinkedIn
The CAccordionItem component exposes a scoped slot with two variables: isExpanded and isDisabled. In the example below, we change the icon rendered by the CAccordionIcon based on the CAccordionItems expanded state.