Components that inherit $attrs into a nested element in the component typically wouldn't want to get duplicated attributes applied to the top-level element. Might be a good linting rule to warn to apply inheritAttrs: false when it detects v-bind="$attrs" being used.