update Circle & Switch name
This commit is contained in:
parent
52830ca693
commit
e6508e277f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
const prefixCls = 'ivu-chart-circle';
|
||||
|
||||
export default {
|
||||
name: 'Circle',
|
||||
name: 'iCircle',
|
||||
props: {
|
||||
percent: {
|
||||
type: Number,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
const prefixCls = 'ivu-switch';
|
||||
|
||||
export default {
|
||||
name: 'Switch',
|
||||
name: 'iSwitch',
|
||||
mixins: [ Emitter ],
|
||||
props: {
|
||||
value: {
|
||||
|
|
Loading…
Add table
Reference in a new issue