UNPKG

spike-micro-web

Version:

微前端框架

8 lines (5 loc) 153 B
let mainLifecycle = {} export const getMainLifecycle = () => mainLifecycle export const setMainLifecycle = (data) => { mainLifecycle = data }