You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is a issue rather than a question.
Bug report
I cannot render named slots by <Content slot="$name">. The resulting HTML is always the default one.
Moreover, the document is inconsistent: both <Content slot="$name"> and <Content slot-key="$name"> appears in doc, but none of them works.
Bug report
I cannot render named slots by
<Content slot="$name">
. The resulting HTML is always the default one.Moreover, the document is inconsistent: both
<Content slot="$name">
and<Content slot-key="$name">
appears in doc, but none of them works.Version
1.0.0-alpha.24
Steps to reproduce
I follow the guide (https://vuepress.vuejs.org/guide/markdown-slot.html#example) to play with markdown slots.
This is the repo I used to reproduce the bug: https://github.com/georeth/vp-bugreport
What is expected?
Render the following HTML:
What is actually happening?
Render the following HTML(https://github.com/georeth/vp-bugreport/blob/master/.vuepress/dist/index.html):
Note that the default slot appears twice.
Other relevant information
The text was updated successfully, but these errors were encountered: