import Vue from 'vue' import BootstrapVue from 'bootstrap-vue' export default () => { Vue.use(BootstrapVue) }