Skip to content

weblfg/verb.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Solve the problem of communication between components

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published