1、npm install --save pubsub-js2、在src下的main.js中引用:① import PubSub from 'pubsub-js'② Vue.prototype.PubSub = PubSub