Skip to content

Conversation

@muhammedshibilm
Copy link
Contributor

No description provided.

<li v-for="item of list">{{ item }}</li>
<div id="app">
<h1>{{message}}</h1>
<label for="">Enter characters name: </label>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing for=""

<div id="app">
<h1>{{message}}</h1>
<label for="">Enter characters name: </label>
<input v-model="txt" type="text" placeholder="Please enter name">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v-model is a two-way data binding mechanism it's similar as binding value attribute and checking the input event - it's a good directive used when dealing with forms

Copy link
Owner

@Dexters-Hub Dexters-Hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 👍🏻

@Dexters-Hub Dexters-Hub changed the base branch from main to dev April 14, 2024 13:55
@Dexters-Hub Dexters-Hub merged commit d03ca8b into Dexters-Hub:dev Apr 14, 2024
@muhammedshibilm muhammedshibilm deleted the shibil branch April 14, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants