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, 2 insertions, 0 deletions
diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js
index 5c218373..6ff87759 100644
--- a/docs/.vuepress/enhanceApp.js
+++ b/docs/.vuepress/enhanceApp.js
@@ -7,6 +7,7 @@ import StatusIcon from "./components/app-imports/StatusIcon";
import {
AlertPlugin,
ButtonPlugin,
+ TablePlugin,
ToastPlugin
} from 'bootstrap-vue';
@@ -14,6 +15,7 @@ import {
export default ({ Vue }) => {
Vue.use(AlertPlugin);
Vue.use(ButtonPlugin);
+ Vue.use(TablePlugin);
Vue.use(ToastPlugin);
// BMC Components and Mixins