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) {