summaryrefslogtreecommitdiff
path: root/docs/.vuepress/enhanceApp.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/enhanceApp.js')
-rw-r--r--docs/.vuepress/enhanceApp.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js
deleted file mode 100644
index 6ff87759..00000000
--- a/docs/.vuepress/enhanceApp.js
+++ /dev/null
@@ -1,24 +0,0 @@
-
-import "./styles/_index.scss";
-import Alert from "../../src/components/Global/Alert";
-import StatusIcon from "./components/app-imports/StatusIcon";
-
-// Bootstrap-vue Plugin imports
-import {
- AlertPlugin,
- ButtonPlugin,
- TablePlugin,
- ToastPlugin
- } from 'bootstrap-vue';
-
-
-export default ({ Vue }) => {
- Vue.use(AlertPlugin);
- Vue.use(ButtonPlugin);
- Vue.use(TablePlugin);
- Vue.use(ToastPlugin);
-
- // BMC Components and Mixins
- Vue.component('Alert', Alert);
- Vue.component('StatusIcon', StatusIcon);
-} \ No newline at end of file