-
Follow-up work to capture this: https://github.com/salesforce/lwc/pull/4807/files#r1835147540
-
With scoped slots, this works:
```html
{data.id} - {data.name}
```
However, if that same `` component is used with `` (aka dynamic components):
```html
…
-
### Is your feature request related to a problem? Please describe.
How to handle [scoped slots](https://vuejs.org/guide/components/slots.html#scoped-slots) with MDC syntax ? And how to pass slot prop…
-
Web Components with slots permit to provide more reusable components and to write less props for more features.
BUT,
when we want some contextual data, we are lost and we have to create slots depe…
-
Scoped slots are missing in the $slots property, which causes the error "unable to find the template slotName" for scoped slots. I recommend using $scopedSlots instead of $slots
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
https://vuejs.org/guide/components/slots.html#scoped-slots
I know Angular has something similar …
-
Hi all,
There are some issues rendering slotted components and using this module with components auto discovery enabled.
[Original issue](https://github.com/nuxt/nuxt.js/issues/8904)
I think an…
-
Currently [scoped slots](https://vuejs.org/v2/guide/components-slots.html#Scoped-Slots) in our project, but we have come across when having multiple slots on the same component.
This is an example …
-
Howdy, thanks for the time and effort to make this :) I (gladly) heard about the `renderless mode` planned for v3 💥 but while that doesn't come out, what do you think about passing elements to actions…
-
The ability to deal with scoped slots:
## Vue API
Docs: https://vuejs.org/guide/components/slots.html#scoped-slots
```tsx
// ScopedSlot.vue
```
```typescript
// ScopedSlot.test.…