From 08796a43b7a1c1ff3c55d3a771595616047f10df Mon Sep 17 00:00:00 2001 From: zhouhuafei <44250517+zhouhuafei@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20demo=20issue=20(#1954)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/vue3/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vue3/src/main.js b/examples/vue3/src/main.js index 9a7d9a4..86b76d4 100644 --- a/examples/vue3/src/main.js +++ b/examples/vue3/src/main.js @@ -29,7 +29,7 @@ if (!window.__POWERED_BY_QIANKUN__) { } export async function bootstrap() { - console.log('%c ', 'color: green;', 'vue3.0 app bootstraped'); + console.log('%c%s', 'color: green;', 'vue3.0 app bootstraped'); } function storeTest(props) {