Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
71650fff20c0ad29eb05d770736386863324b64e
/
.
/
docs
/
.vuepress
/
bmcAppPlugin.js
blob: d068b055963f851e250618d423ca788b5df19fbf [
file
] [
log
] [
blame
]
import
"../../src/assets/styles/_obmc-custom.scss"
;
import
Alert
from
'../../src/components/Global/Alert'
;
export
default
{
install
(
Vue
,
options
)
{
Vue
.
component
(
'Alert'
,
Alert
);
}
}