eslint-plugin-vue
eslint-plugin-vue copied to clipboard
fix(no-deprecated-slot-attribute): handle v-for with dynamic slot
Fixes an edge-case where the slot is dynamic derived from a v-for
.
Previously, it would move the slot
directive in a new <template>
above the v-for
, which broke it.
Now, it also moves the v-for
to the new <template>
.