enum SlotFlags
Fields
DYNAMIC
Slots that reference scope variables (v-for or an outer slot prop), or has conditional structure (v-if, v-for). The parent will need to force the child to update because the slot does not fully capture its dependencies.
Declaration
DYNAMIC = 2