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')); 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>