blob: 5a84f619dd5a192a5f0d2a450f34f5e5593113fc [file] [log] [blame]
import {
AlertPlugin,
} from 'bootstrap-vue';
import BmcAppPlugin from './bmcAppPlugin';
export default ({ Vue }) => {
Vue.use(AlertPlugin);
Vue.use(BmcAppPlugin);
}