轻卡生命周期
轻卡和页面生命周期周期
类似。
相比页面生命周期相比:
- 添加了
onESBind
、onESRecycle
、onESAttached
、onESDetached
生命周期。 - 去掉了
onESNewIntent
、onESSaveInstanceState
、onESRestoreInstanceState
- 添加了
onESSlotEvent
轻卡事件方法。
注意:onESBind、onESRecycle、onESAttached、onESDetached 生命周期只会在瀑布流里面使用轻卡被调用。
生命周期示例
1、普通函数用法
2、Hooks 函数用法
注意
@extscreen/es3-core" ≥ 1.2.6
@extscreen/es3-router ≥ 1.2.3
@extscreen/es3-vue ≥ 2.0.11
@extscreen/es3-vue-style-parser ≥ 2.0.0
@extscreen/es3-vue-css-loader ≥ 2.0.0