📝 fix demo issue (#1954)

This commit is contained in:
zhouhuafei 2022-02-28 15:11:53 +08:00 committed by GitHub
parent 83af3bb861
commit 08796a43b7

View File

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