diff --git a/docs/repl/components/ReplMain.vue b/docs/repl/components/ReplMain.vue index 48fbdd89e53..976810a77d3 100644 --- a/docs/repl/components/ReplMain.vue +++ b/docs/repl/components/ReplMain.vue @@ -9,7 +9,7 @@

... - {{ rollupOutputStore.output.length > 1 ? 'chunks come' : 'bundle comes' }} + {{ rollupOutputStore.output.output.length > 1 ? 'chunks come' : 'bundle comes' }} out

@@ -44,7 +44,7 @@ onUnmounted(() => { }); -