Skip to content

Commit f214c60

Browse files
committed
sudheerj#39 syntax-highlighting
1 parent f21ddab commit f214c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ List of 300 VueJS Interview Questions
11941194
```vue
11951195
<!-- Child component -->
11961196
<input type="date" class="date-control">
1197-
1197+
11981198
<!-- Parent component -->
11991199
<custom-input class="custom-class" />
12001200
```
@@ -1267,7 +1267,7 @@ List of 300 VueJS Interview Questions
12671267
})
12681268
```
12691269
Now you can use v-model on this customized component as below,
1270-
```javascript
1270+
```vue
12711271
<custom-checkbox v-model="selectFramework"></custom-checkbox>
12721272
```
12731273
The selectFramework property will be passed to the checked prop and same property will be updated when custom checkbox component emits a change event with a new value.

0 commit comments

Comments
 (0)