Skip to content

Commit

Permalink
Update valid-v-bind.md (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored and michalsnik committed Nov 18, 2018
1 parent adb4a0d commit 5da94e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/valid-v-bind.md
Expand Up @@ -15,6 +15,8 @@ This rule does not report `v-bind` directives which do not have their argument (

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

:-1: Examples of **incorrect** code for this rule:

```html
<div v-bind/>
<div :aaa/>
Expand Down

0 comments on commit 5da94e1

Please sign in to comment.