We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openInEditor()
openInEditor
1 parent ba6a004 commit da595c1Copy full SHA for da595c1
demo/starter/slides.md
@@ -31,7 +31,7 @@ Presentation slides for developers
31
</div>
32
33
<div class="abs-br m-6 text-xl">
34
- <button @click="$slidev.nav.openInEditor" title="Open in Editor" class="slidev-icon-btn">
+ <button @click="$slidev.nav.openInEditor()" title="Open in Editor" class="slidev-icon-btn">
35
<carbon:edit />
36
</button>
37
<a href="https://github.com/slidevjs/slidev" target="_blank" class="slidev-icon-btn">
0 commit comments