Skip to content

Commit

Permalink
Remove v-bind shorthand syntax from list of examples rule will catch. (
Browse files Browse the repository at this point in the history
  • Loading branch information
earlAchromatic authored Jan 23, 2024
1 parent 959858c commit fdc4d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/rules/valid-v-bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ This rule does not report `v-bind` directives which do not have their argument (
<!-- ✗ BAD -->
<div v-bind/>
<div :aaa/>
<div v-bind:aaa.bbb="foo"/>
</template>
```
Expand Down

0 comments on commit fdc4d46

Please sign in to comment.