From 111325b199f8cc1741958fd645522858bdca55f4 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 3 Nov 2020 14:48:08 -0800 Subject: Add documentation for table component Adds Table documentation page under Components section with an example of how to create a basic table. Signed-off-by: Yoshie Muranaka Change-Id: I9033fae662bd46d301edfb02d8a5c108e05017c6 --- docs/.vuepress/enhanceApp.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/.vuepress/enhanceApp.js') 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 -- cgit v1.2.3