Closed
Description
Follow-on to #195 -
In order to use the spread functionality to pass arbitrary properties that were applied to the current component on to child components, we need to be able to reference the current data/state object in the template.
I think {{...state}}
and {{...data}}
and {{...@}}
were tossed around, but my vague impression is that {{...this}}
is the current top pick.