diff --git a/vue/index.js b/vue/index.js index 45a38708e..17e32e676 100644 --- a/vue/index.js +++ b/vue/index.js @@ -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 }