Skip to content

Commit 2d0027c

Browse files
lex111kazupon
authored andcommitted
Fix code highlighting in render-function.md (vuejs#1441)
1 parent bab40c6 commit 2d0027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Vue.component('my-component', {
518518
519519
In 2.5.0+, if you are using [single-file components](single-file-components.html), template-based functional components can be declared with:
520520

521-
``` js
521+
``` html
522522
<template functional>
523523
</template>
524524
```

0 commit comments

Comments
 (0)