1.0.6 • Published 3 years ago

verb.js v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Solve the problem of communication between components

  • 为了解决前端组件间通信问题
  • 安装 install
npm i verb.js  -S
  • Instructions for use
const bus=require('verb.js').Event;
//example 发布订阅一个send事件
bus.on('send',callback)
//订阅send事件
bus.emit('send',arguments)
//发布send事件
bus.remove('send',callback)
//移除订阅的事件
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago