diff --git a/src/components/circle/circle.vue b/src/components/circle/circle.vue index 852d4c0b..9cec68d5 100644 --- a/src/components/circle/circle.vue +++ b/src/components/circle/circle.vue @@ -15,7 +15,7 @@ const prefixCls = 'ivu-chart-circle'; export default { - name: 'Circle', + name: 'iCircle', props: { percent: { type: Number, diff --git a/src/components/switch/switch.vue b/src/components/switch/switch.vue index edee902b..7e9f19e9 100644 --- a/src/components/switch/switch.vue +++ b/src/components/switch/switch.vue @@ -14,7 +14,7 @@ const prefixCls = 'ivu-switch'; export default { - name: 'Switch', + name: 'iSwitch', mixins: [ Emitter ], props: { value: {