Skip to content

Slots level mess up #242

Open
Open
@Doctor-wu

Description

Currently, dynamic slots will re-render when dependencies change.
It will override static slots if the dynamic slot has the same name as the static slots which is not expected.
Slots should determine who renders based on the declaration order.

Check DEMO and change input's value, and then change back to "default", you will find the dynamic slots rendered, but it shouldn't, since static slot declared later than dynamic slot.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions