UNPKG
spike-micro-web
Version:
latest (1.0.1)
1.0.1
1.0.0
微前端框架
spike-micro-web
/
src
/
const
/
mainLifecycles.js
8 lines
(5 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
let
mainLifecycle = {}
export
const
getMainLifecycle
= (
) => mainLifecycle
export
const
setMainLifecycle
= (
data
) => { mainLifecycle = data }