summaryrefslogtreecommitdiff
path: root/docs/.vuepress/bmcAppPlugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/bmcAppPlugin.js')
-rw-r--r--docs/.vuepress/bmcAppPlugin.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/.vuepress/bmcAppPlugin.js b/docs/.vuepress/bmcAppPlugin.js
deleted file mode 100644
index d068b055..00000000
--- a/docs/.vuepress/bmcAppPlugin.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import "../../src/assets/styles/_obmc-custom.scss";
-import Alert from '../../src/components/Global/Alert';
-
-export default {
- install (Vue, options) {
- Vue.component('Alert', Alert);
- }
-} \ No newline at end of file