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