Skip to content

Commit

Permalink
fix: toggle 无法切换
Browse files Browse the repository at this point in the history
  • Loading branch information
lecepin committed Aug 26, 2024
1 parent c67c453 commit f08956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SplitPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function changeViewSize() {
<slot name="right" />
</div>

<button class="toggler" @click="showOutput = !showOutput">
<button class="toggler" @click="store.showOutput = !showOutput">
{{
showOutput
? splitPaneOptions?.CodeTogglerButtonText
Expand Down

0 comments on commit f08956e

Please sign in to comment.