Skip to content

Add `v-bind="$attrs"` limitations to Vue documentation

Stanislav Lashmanov requested to merge slashmanov/v-bind-attrs-vue-docs into master

What does this MR do and why?

This MR clarifies v-bind="$attrs" usage in GitLab Vue frontend guidelines. It suggests avoiding this pattern unless absolutely necessary with details when it can be used and why it is not recommended.

Edited by Stanislav Lashmanov

Merge request reports