Skip to content

Commit

Permalink
fix: judgment condition
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Mar 31, 2023
1 parent 6dd367f commit 2b3f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repl/components/ReplMain.vue
Expand Up @@ -9,7 +9,7 @@
<div class="right">
<h2>
...
{{ rollupOutputStore.output.length > 1 ? 'chunks come' : 'bundle comes' }}
{{ rollupOutputStore.output.output.length > 1 ? 'chunks come' : 'bundle comes' }}
out
</h2>
<div class="output">
Expand Down

0 comments on commit 2b3f588

Please sign in to comment.