Skip to content

Commit 37e7a7e

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/v-on-event-hyphenation.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 07ec4f5 commit 37e7a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/v-on-event-hyphenation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ This rule enforces using hyphenated v-on event names on custom components in Vue
4545
}
4646
```
4747

48-
- `"always"` (default) ... Use hyphenated name.
49-
- `"never"` ... Don't use hyphenated name.
48+
- `"always"` (default) ... Use hyphenated event name.
49+
- `"never"` ... Don't use hyphenated event name.
5050
- `"ignore"` ... Array of ignored names.
5151
- `"ignoreTags"` ... Array of exclude tag names.
5252
- `"autofix"` ... If `true`, enable autofix. If you are using Vue 2, we recommend that you do not use it due to its side effects.

0 commit comments

Comments
 (0)