Skip to content

Conversation

@RaduRaileanu
Copy link

@RaduRaileanu RaduRaileanu commented Sep 24, 2023

the fix permits nesting an element with a v-if attribute inside a template tag with a v-for attribute like so:

<template v-for="item in ['foo', 'bar', 'buzz']">
    <p v-if="item.startsWith('b')">{{ item }} </p>
</template>

@volkandkaya
Copy link

Ran into this issue multiple times. I thought it was due to using reactive but clearly not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants