You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<ComponentWithSlot>
<template #slot-name>
<span v-if="false">...</span>
<span>This is shown in 2.6.12, but not in 2.6.13.</span>
</template>
</ComponentWithSlot>
</template>
What is expected?
The text after the v-if node should be shown.
What is actually happening?
It was shown in 2.6.12, but isn't shown in 2.6.13 anymore.
ikselll, gilles-crealp, seafronthu, yunhe1992, Daniel4Digital and 3 more