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
<range-slider
:values="[10, 20]"
min="0" <!-- Should be :min="..." for evaluating as JS expression to Number -->
max="100" <!-- Should be :max="..." for evaluating as JS expression to Number -->
step="5" <!-- Should be :step="..." for evaluating as JS expression to Number -->
:on-slide="updateInputs" <!-- Should be @on-slide="..." -->
:on-end="updateResults"> <!-- Should be @on-end="..." -->
</range-slider>
Sample code in the Keep component props primitive section contains several typos:
See also Literal vs. Dynamic
The text was updated successfully, but these errors were encountered: