Skip to content

Commit 8f7b02d

Browse files
committed
sudheerj#32 syntax-highlighting
1 parent 4596257 commit 8f7b02d

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
@@ -1038,7 +1038,7 @@ List of 300 VueJS Interview Questions
10381038
new Vue({ el: '#app' })
10391039
```
10401040
The above components can be used in the vue instance,
1041-
```javascript
1041+
```vue
10421042
<div id="app">
10431043
<component-a></component-a>
10441044
<component-b></component-b>

0 commit comments

Comments
 (0)