You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.
Currently component children is not supported. The target design which I am striving for here is inspired/taken from vuejs (slot system).
The design demands the following requirements:
The slots are rendered in the context where it is written. The fields & methods of the component is accessible to the slot but not of the child component.
Currently component children is not supported. The target design which I am striving for here is inspired/taken from
vuejs
(slot system).The design demands the following requirements:
Slots are functional which accept arguments from their children aka Scoped Slots.
There can be any number of named slots.
The text was updated successfully, but these errors were encountered: