summaryrefslogtreecommitdiff
path: root/docs/.vuepress/enhanceApp.js
blob: 59c1f9257b4351ae0b259908170e6bddfb3276c6 (plain)
1
2
3
4
5
6
7
8
9
10
import "../../src/assets/styles/_obmc-custom.scss";
import {
    ButtonPlugin
  } from 'bootstrap-vue';


export default ({ Vue }) => {
      Vue.use(ButtonPlugin);
}