Use Two-Way Binding in Vue Using @Model Decorator with TypeScript

Share this video with your friends

Send Tweet

Vue models, v-model, allow us to use two-way data binding, which is useful in some cases such as forms. This lesson shows how to use it by creating a custom checkbox component using the @Model decorator in TypeScript.