hologram icon indicating copy to clipboard operation
hologram copied to clipboard

Pass bindings to nested slots

Open bartblast opened this issue 3 years ago • 0 comments

<Component1>
  <Component2>
    {@some_value}
  </Component2>
</Component1>

@some_value should be defined in Component1's parent and passed to Component2 slot.

bartblast avatar Jan 14 '22 12:01 bartblast