vue-svg-pan-zoom/src/EventBus.js

4 lines
65 B
JavaScript
Raw Normal View History

import Vue from 'vue';
export const EventBus = () => new Vue();