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, 8 insertions, 0 deletions
diff --git a/docs/.vuepress/bmcAppPlugin.js b/docs/.vuepress/bmcAppPlugin.js
new file mode 100644
index 00000000..d068b055
--- /dev/null
+++ b/docs/.vuepress/bmcAppPlugin.js
@@ -0,0 +1,8 @@
+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