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
A $props special attribute would be very handy to reuse generic components inside more specific ones. It would hold the props passed down to the component.
For example, I'd like to create a InputModal which would be a Modal with some predefined content (for example,one <input/>).
A
$props
special attribute would be very handy to reuse generic components inside more specific ones. It would hold the props passed down to the component.For example, I'd like to create a
InputModal
which would be aModal
with some predefined content (for example,one<input/>
).Here is a jsfiddle of the use case.
The text was updated successfully, but these errors were encountered: