From e6508e277f87d17c33b5bca516d3009cdcfb2e1a Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 18 Dec 2017 14:23:53 +0800 Subject: [PATCH] update Circle & Switch name --- src/components/circle/circle.vue | 2 +- src/components/switch/switch.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/circle/circle.vue b/src/components/circle/circle.vue index 852d4c0..9cec68d 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 edee902..7e9f19e 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: { -- libgit2 0.21.4