Skip to content

Commit 26f9053

Browse files
authored
sudheerj#22 corrected syntax highlighting
1 parent 437a2cb commit 26f9053

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
@@ -833,7 +833,7 @@ List of 300 VueJS Interview Questions
833833
4. .meta
834834
835835
Lets take an example of control modifier with click event,
836-
```javascript
836+
```vue
837837
<!-- Ctrl + Click -->
838838
<div @click.ctrl="doSomething">Do something</div>
839839
```
@@ -4945,4 +4945,4 @@ List of 300 VueJS Interview Questions
49454945
49464946
230. ### ?
49474947
4948-
**[⬆ Back to Top](#table-of-contents)**
4948+
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)