Skip to content

Expose external as a slot-scope #66

Description

@mrleblanc101

Expose external as a slot scope so we can conditonnaly display an icon depending on if the link is an external link or not.

<vue-link :to="data.link" slot-scope="{ external }">
    Some text <img v-if="external" src="external.svg">
</vue-link>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions