[Feature Request] 是否考虑添加 popup #3218
-
您好,请问是否会考虑添加以下类似的功能 🙏🏻 比如某个强调符号或者是超链接点击之后会有一个 popup 提示 |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Jun 12, 2023
Replies: 2 comments 8 replies
-
You may implement a component to achieve this. E.g.: Some text and <Popup>
<template #word>a word</template>
<template #popup>
## Word
Some detail information
</template>
</Popup> in a sentence Once you finished, we welcome you to post a PR with your component to |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
alomerry
-
我重新思考了以下你这个问题,footnote真的不能解决么?就你自己写一个setup函数去修改样式吧footnote渲染到你引用的链接附近? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may implement a component to achieve this.
E.g.:
<Popup>
Once you finished, we welcome you to post a PR with your component to
vuepress-plugin-components