summaryrefslogtreecommitdiff
path: root/docs/.vuepress/bmcAppPlugin.js
blob: d068b055963f851e250618d423ca788b5df19fbf (plain)
1
2
3
4
5
6
7
8
import "../../src/assets/styles/_obmc-custom.scss";
import Alert from '../../src/components/Global/Alert';

export default {
    install (Vue, options) {
        Vue.component('Alert', Alert);
    }
}