Derick Montague | 71650ff | 2020-03-03 06:11:48 -0600 | [diff] [blame^] | 1 | import { |
2 | AlertPlugin, | ||||
3 | } from 'bootstrap-vue'; | ||||
4 | |||||
5 | import BmcAppPlugin from './bmcAppPlugin'; | ||||
6 | |||||
7 | export default ({ Vue }) => { | ||||
8 | Vue.use(AlertPlugin); | ||||
9 | Vue.use(BmcAppPlugin); | ||||
10 | } |