Skip to content

Commit fdc4d46

Browse files
Remove v-bind shorthand syntax from list of examples rule will catch. (#2373)
1 parent 959858c commit fdc4d46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/rules/valid-v-bind.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ This rule does not report `v-bind` directives which do not have their argument (
3434
3535
<!-- ✗ BAD -->
3636
<div v-bind/>
37-
<div :aaa/>
3837
<div v-bind:aaa.bbb="foo"/>
3938
</template>
4039
```

0 commit comments

Comments
 (0)