Skip to content

Commit 260f7b9

Browse files
committed
sudheerj#24 syntax-highlighting
1 parent 640858e commit 260f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ List of 300 VueJS Interview Questions
860860
You can use the `v-model` directive to create two-way data bindings on form input, textarea, and select elements.
861861
862862
Lets take an example of it using input component,
863-
```javascript
863+
```vue
864864
<input v-model="message" placeholder="Enter input here">
865865
<p>The message is: {{ message }}</p>
866866
```

0 commit comments

Comments
 (0)