小程序仿Vue实现Event
需求
小程序打开时页面的请求依赖于onLaunch阶段的请求,需要使其同步。
模仿Vue的$on, $emit, $once, $off
,封装为发布订阅模式框架
地址
https://github.com/DougFlands/MyComponents/blob/master/%E5%B0%8F%E7%A8%8B%E5%BA%8Fevent.js
小程序打开时页面的请求依赖于onLaunch阶段的请求,需要使其同步。
模仿Vue的$on, $emit, $once, $off
,封装为发布订阅模式框架
地址
https://github.com/DougFlands/MyComponents/blob/master/%E5%B0%8F%E7%A8%8B%E5%BA%8Fevent.js