Skip to content

Commit 9d8cb97

Browse files
committed
1 parent e819a0e commit 9d8cb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ For the `.passive`, `.capture`, and `.once` event modifiers, they can be concate
354354

355355
例えば:
356356

357-
```javascript
357+
```js
358358
render() {
359359
return h('input', {
360360
onClickCapture: this.doThisInCapturingMode,

0 commit comments

Comments
 (0)