mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 13:08:13 +00:00
perf: 微应用优化
This commit is contained in:
parent
a55e0a457d
commit
21132f475a
@ -153,12 +153,8 @@ export default {
|
||||
// 卸载
|
||||
window.dispatchEvent(new Event('apps-unmount'));
|
||||
},
|
||||
handleError(e) {
|
||||
// console.error("子应用加载出错了",e.detail.error)
|
||||
},
|
||||
handleDataChange(e) {
|
||||
// console.log('来自子应用 child-vite 的数据:', e.detail.data)
|
||||
}
|
||||
handleError(e) { },
|
||||
handleDataChange(e) { }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user