From 0bcf0a672ac087ff2eb88fbba45ec62389a4f45f Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 2 Apr 2023 03:39:20 +0800 Subject: [PATCH] chore: repl style add scoped (#4925) * chore: repl style add scoped * fix: judgment condition --- docs/repl/components/ReplMain.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(() => { }); -