1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-22 08:12:56 +02:00

fix: change plugin name

This commit is contained in:
woothu
2019-05-29 17:04:54 +02:00
parent be197f2465
commit 40c0ff3bd4

View File

@@ -3,10 +3,10 @@ import CIcon from './CIcon'
export { CIcon }
const VueCIconPlugin = {
const CIconPlugin = {
install (Vue) {
CIcon.icons = Icons
Vue.component('CIcon', CIcon)
}
}
export { VueCIconPlugin }
export { CIconPlugin }