From 40c0ff3bd4b98132073de4a2ecc59542d241dc6b Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 29 May 2019 17:04:54 +0200 Subject: [PATCH] fix: change plugin name --- vue/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }