Skip to content

Specified slots are not rendered inside the component #108

@futurfuturfuturfutur

Description

@futurfuturfuturfutur

If there are slots specified inside the component code, there are not rendered. So passing anything inside rendered component as template is not working now.

<template>
<div><slot /></div>
</template>
<VueLivePreview :code="code">Text for slot</VueLivePreview>

Text for slot won't be rendered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions