docs: 修复qiankun文档错误

This commit is contained in:
万纯 2021-03-26 18:05:06 +08:00
parent 619acae65d
commit 7f6e6292ce
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ export const qiankun = {
},
// 当 props 更新时触发
async update(props){
console.log('app1 update,' props);
console.log('app1 update', props);
},
// 应用卸载之后触发
async unmount(props) {

View File

@ -162,7 +162,7 @@ export const qiankun = {
},
// 当 props 更新时触发
async update(props){
console.log('app1 update,' props);
console.log('app1 update', props);
},
// 应用卸载之后触发
async unmount(props) {