Files
backend/mobile-web/src/page/eventBus.js
sin 6d3fe11b17 - 优化 productcard.vue 图片url取得是 array
- 订单url地址选择 未完成
2019-04-10 20:45:44 +08:00

7 lines
167 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import Vue from 'vue'
/**
* 定义空的vue实例作为 eventbus实现非父子组件之间的通信(vue2.x中去掉了broadcast)
*/
export default new Vue({});