How to show aside anchor link when using custom component? #2950
Unanswered
StreakingMan
asked this question in
Q&A
Replies: 1 comment
-
I think this problem is answered here #1473 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I use h2 tag in custom component, It doesn't show aside anchor link:
Item.vue
list.vue
article.md
<List />
I know that using v-for and # directly in Markdown can make it work:
However, my scenario is complex, and I need to include the header within the custom component. Is there any API or workaround to implement this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions