Skip to content

Commit 06335b2

Browse files
authored
docs: enable code highlight in mouse-events-have-key-events.md (#735)
1 parent 6d32e2c commit 06335b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/mouse-events-have-key-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This rule takes no arguments.
88

99
### Succeed
1010

11-
```
11+
```vue
1212
<div @mouseover="foo" @focus="bar" />
1313
<div @mouseout="foo" @blur="bar" />
1414
```

0 commit comments

Comments
 (0)