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
My feature suggestion is a shorthand declaration for when the attribute is bound to a property with same name, so the code above could be written like this:
<input:value:readonly:disabled:maxlength>
The same could be for v-on
The text was updated successfully, but these errors were encountered:
Suppose the follow declaration inside a component:
My feature suggestion is a shorthand declaration for when the attribute is bound to a property with same name, so the code above could be written like this:
The same could be for v-on
The text was updated successfully, but these errors were encountered: