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