Create accessible InfoTooltip Component

Adds a global reusable component that will display
the info icon with accesible markup.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I5f7ee4a45e19ce851b3eff705d722517db07c0bf
diff --git a/src/main.js b/src/main.js
index 7117c54..4b0722e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -23,7 +23,8 @@
   NavbarPlugin,
   NavPlugin,
   TablePlugin,
-  ToastPlugin
+  ToastPlugin,
+  TooltipPlugin
 } from 'bootstrap-vue';
 import Vuelidate from 'vuelidate';
 import i18n from './i18n';
@@ -85,6 +86,7 @@
 Vue.use(NavPlugin);
 Vue.use(TablePlugin);
 Vue.use(ToastPlugin);
+Vue.use(TooltipPlugin);
 Vue.use(Vuelidate);
 
 new Vue({