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
Generally while keeping the props for objects we should also provide the option to use slots.
For example the UISelect accepts a options prop but it should also be written like:
<UISelectv-model="value">
<UIOptionv-for="option in options" />
</UISelect>
The text was updated successfully, but these errors were encountered:
Generally while keeping the props for objects we should also provide the option to use slots.
For example the UISelect accepts a
options
prop but it should also be written like:The text was updated successfully, but these errors were encountered: