eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

fix(no-deprecated-slot-attribute): handle v-for with dynamic slot

Open privatenumber opened this issue 6 months ago • 0 comments

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>.

privatenumber avatar Aug 15 '24 14:08 privatenumber