style: remove console

pull/3598/head
tangjinzhou 2021-01-23 23:43:19 +08:00
parent 4080b470ee
commit cdadeeeb04
1 changed files with 0 additions and 1 deletions

View File

@ -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',