Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
71650fff20c0ad29eb05d770736386863324b64e
/
.
/
docs
/
.vuepress
/
enhanceApp.js
blob: 5a84f619dd5a192a5f0d2a450f34f5e5593113fc [
file
] [
log
] [
blame
]
import
{
AlertPlugin
,
}
from
'bootstrap-vue'
;
import
BmcAppPlugin
from
'./bmcAppPlugin'
;
export
default
({
Vue
})
=>
{
Vue
.
use
(
AlertPlugin
);
Vue
.
use
(
BmcAppPlugin
);
}