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:
@@ -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 }
|
||||||
|
Reference in New Issue
Block a user