Skip to content

Commit da595c1

Browse files
authored
fix: Use openInEditor() instead of openInEditor (#2118)
1 parent ba6a004 commit da595c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/starter/slides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Presentation slides for developers
3131
</div>
3232

3333
<div class="abs-br m-6 text-xl">
34-
<button @click="$slidev.nav.openInEditor" title="Open in Editor" class="slidev-icon-btn">
34+
<button @click="$slidev.nav.openInEditor()" title="Open in Editor" class="slidev-icon-btn">
3535
<carbon:edit />
3636
</button>
3737
<a href="https://github.com/slidevjs/slidev" target="_blank" class="slidev-icon-btn">

0 commit comments

Comments
 (0)