There was an error while loading. Please reload this page.
1 parent 640858e commit 260f7b9Copy full SHA for 260f7b9
README.md
@@ -860,7 +860,7 @@ List of 300 VueJS Interview Questions
860
You can use the `v-model` directive to create two-way data bindings on form input, textarea, and select elements.
861
862
Lets take an example of it using input component,
863
- ```javascript
+ ```vue
864
<input v-model="message" placeholder="Enter input here">
865
<p>The message is: {{ message }}</p>
866
```
0 commit comments