vue slot dynamic name

AMBIL SEKARANG

Cách dùng Slot trong Svelte - QuanTriMang.com

For Svelte and Vue these slots can be referenced using a <slot> element with the name attribute. Slot names using kebab-case will be preserved.

Vue Slots | An In-Depth Guide to Vue Slots 2023

However, to ensure that the content we provide in the parent doesn’t override the wrong slot in the child, Vue requires us to name each slot element.

Vue Slots

Vue slots allow a component to accept dynamic content — known as slot content — and render it in a specific location within the component’s template — known as the slot outlet.