We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4080b47 commit cdadeeeCopy full SHA for cdadeee
components/switch/index.tsx
@@ -61,7 +61,6 @@ const Switch = defineComponent({
61
const { getPrefixCls } = this.configProvider;
62
const prefixCls = getPrefixCls('switch', customizePrefixCls);
63
const { $attrs } = this;
64
- console.log(restProps, $attrs)
65
const classes = {
66
[$attrs.class as string]: $attrs.class,
67
[`${prefixCls}-small`]: size === 'small',
0 commit comments