Subscribe on changes!

useSlots().default not null

avatar
Apr 27th 2022

Version

3.2.33

Reproduction link

sfc.vuejs.org/

Steps to reproduce

he App component has a slot, and the v-if of the slot passed in by Child is false

What is expected?

I expected the console "slotDefault" is null

What is actually happening?

when I console.log "slotDefault" is not null

avatar
Apr 27th 2022

have another issue trace