Skip to content

Commit 5da94e1

Browse files
ota-meshimichalsnik
authored andcommitted
Update valid-v-bind.md (#660)
1 parent adb4a0d commit 5da94e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rules/valid-v-bind.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This rule does not report `v-bind` directives which do not have their argument (
1515

1616
This rule does not check syntax errors in directives because it's checked by [no-parsing-error] rule.
1717

18+
:-1: Examples of **incorrect** code for this rule:
19+
1820
```html
1921
<div v-bind/>
2022
<div :aaa/>

0 commit comments

Comments
 (0)