Skip to content

Commit 5293cc8

Browse files
author
baojie
committed
1 parent 7913238 commit 5293cc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/vc-tabs/src/Tabs.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export default {
4747
},
4848
data() {
4949
const props = getOptionProps(this);
50-
console.log(props);
5150
let activeKey;
5251
if ('activeKey' in props) {
5352
activeKey = props.activeKey;
@@ -197,7 +196,6 @@ export default {
197196
direction,
198197
tabBarGutter,
199198
} = props;
200-
console.log(props);
201199
const cls = {
202200
[prefixCls]: 1,
203201
[`${prefixCls}-${tabBarPosition}`]: 1,

0 commit comments

Comments
 (0)