UNPKG

npmchenwei111

Version:

test1111

13 lines (11 loc) 208 B
/** * Created by chenwei on 2017/7/15. * */ const BarEvent = { EVENT: 'BarEvent', //发起的总EVENT SHARE: 'EVENT_SHARE', STAR: 'EVENT_STAR', UN_STAR: 'EVENT_UN_STAR', } export default BarEvent