We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb4a0d commit 5da94e1Copy full SHA for 5da94e1
docs/rules/valid-v-bind.md
@@ -15,6 +15,8 @@ This rule does not report `v-bind` directives which do not have their argument (
15
16
This rule does not check syntax errors in directives because it's checked by [no-parsing-error] rule.
17
18
+:-1: Examples of **incorrect** code for this rule:
19
+
20
```html
21
<div v-bind/>
22
<div :aaa/>
0 commit comments