Describe the bug
Footnotes are always rendered and visible despite v-click context given.
Minimal reproduction
Create a slide like
# Welcome to Slidev
Presentation slides for developers
<v-click at="+0">
This is a v-click content.
</v-click>
<v-click at="1">
This is another vclick content with a footnote[^1]
</v-click>
<v-click at="2">
This is the last vclick content.
</v-click>
<div v-click="1">
[^1]: it's associated footnote should rendered only in the same v-click context : at click 2
</div>
Environment
- Slidev version: v52.16.0
- Browser: Firefox/Chrome
- OS: Linux
Describe the bug
Footnotes are always rendered and visible despite v-click context given.
Minimal reproduction
Create a slide like
Environment