-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
This component:
<template>
<div>
<slot name="slot1"></slot>
</div>
</template>
<script setup lang="ts"></script>Will not render slot1 with the following markdown:
::my-component
#slot1
slot-content
::Reproduction link: https://stackblitz.com/edit/github-qw73q8zm?file=app%2Fcomponents%2Fmarkdown%2FMyComponent.global.vue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels