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
{{ message }}
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
c-model directive imposes a two-way binding between element and data. Think of it as a combination of c-bind and c-on.
When we are saying "two-way binding", we mean that: The event triggered on element will result in a change on data, and the change on data will be reflected on element.
This directive only works for form elements, including: