Skip to content

Commit 791a60d

Browse files
authored
Docs: fix options for use-v-on-exact (#2277)
1 parent f607af7 commit 791a60d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/rules/use-v-on-exact.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ This rule enforce usage of `exact` modifier on `v-on` when there is another `v-o
3232

3333
## :wrench: Options
3434

35-
```json
36-
{
37-
"vue/use-v-on-exact": ["error"]
38-
}
39-
```
35+
Nothing.
4036

4137
## :couple: Related Rules
4238

0 commit comments

Comments
 (0)