perf: 微应用优化

This commit is contained in:
weifashi
2023-12-15 11:22:35 +08:00
parent a55e0a457d
commit 21132f475a

View File

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