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.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js
index 9a3b2b64..c0f3dfba 100644
--- a/docs/.vuepress/enhanceApp.js
+++ b/docs/.vuepress/enhanceApp.js
@@ -1,7 +1,6 @@
import "./styles/_index.scss";
import Alert from "../../src/components/Global/Alert";
-import BVToastMixin from "../../src/components/Mixins/BVToastMixin";
// Bootstrap-vue Plugin imports
import {
@@ -18,5 +17,4 @@ export default ({ Vue }) => {
// BMC Components and Mixins
Vue.component('Alert', Alert);
- Vue.mixin('BVToastMixin', BVToastMixin);
} \ No newline at end of file