1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-21 16:01:25 +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 } export { CIcon }
const VueCIconPlugin = { const CIconPlugin = {
install (Vue) { install (Vue) {
CIcon.icons = Icons CIcon.icons = Icons
Vue.component('CIcon', CIcon) Vue.component('CIcon', CIcon)
} }
} }
export { VueCIconPlugin } export { CIconPlugin }