From 3f6710a09c953405cc0bc8014eab89887122b17d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 4 Mar 2020 00:59:47 -0600 Subject: Add buttons documentation - Add documentation for how to use buttons - Update markup and CSS rulesets to support icons on the left or the right of text Signed-off-by: Derick Montague Change-Id: Ic897f416e85824287360bc7ef5dc47c402d64eba --- docs/.vuepress/enhanceApp.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/.vuepress/enhanceApp.js (limited to 'docs/.vuepress/enhanceApp.js') diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js new file mode 100644 index 00000000..59c1f925 --- /dev/null +++ b/docs/.vuepress/enhanceApp.js @@ -0,0 +1,10 @@ + +import "../../src/assets/styles/_obmc-custom.scss"; +import { + ButtonPlugin + } from 'bootstrap-vue'; + + +export default ({ Vue }) => { + Vue.use(ButtonPlugin); +} \ No newline at end of file -- cgit v1.2.3