import Vue from 'vue' import MagicGrid from 'vue-magic-grid' export default () => { Vue.use(MagicGrid) }