style: remove console
parent
4080b470ee
commit
cdadeeeb04
|
@ -61,7 +61,6 @@ const Switch = defineComponent({
|
|||
const { getPrefixCls } = this.configProvider;
|
||||
const prefixCls = getPrefixCls('switch', customizePrefixCls);
|
||||
const { $attrs } = this;
|
||||
console.log(restProps, $attrs)
|
||||
const classes = {
|
||||
[$attrs.class as string]: $attrs.class,
|
||||
[`${prefixCls}-small`]: size === 'small',
|
||||
|
|
Loading…
Reference in New Issue