update switch
parent
e7319f3987
commit
0eafff36d8
|
@ -50,6 +50,8 @@ const Switch = {
|
||||||
...restProps,
|
...restProps,
|
||||||
prefixCls,
|
prefixCls,
|
||||||
loadingIcon,
|
loadingIcon,
|
||||||
|
checkedChildren: getComponentFromProp(this, 'checkedChildren'),
|
||||||
|
unCheckedChildren: getComponentFromProp(this, 'unCheckedChildren'),
|
||||||
},
|
},
|
||||||
on: this.$listeners,
|
on: this.$listeners,
|
||||||
class: classes,
|
class: classes,
|
||||||
|
@ -59,10 +61,7 @@ const Switch = {
|
||||||
<Wave insertExtraNode>
|
<Wave insertExtraNode>
|
||||||
<VcSwitch
|
<VcSwitch
|
||||||
{...switchProps}
|
{...switchProps}
|
||||||
>
|
/>
|
||||||
<template slot='checkedChildren'>{getComponentFromProp(this, 'checkedChildren')}</template>
|
|
||||||
<template slot='unCheckedChildren'>{getComponentFromProp(this, 'unCheckedChildren')}</template>
|
|
||||||
</VcSwitch>
|
|
||||||
</Wave>
|
</Wave>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue