style: delete console
parent
074aaafea9
commit
8b3f7d2f4a
|
@ -29,7 +29,6 @@ const MultiDrawer = {
|
|||
this.childrenDrawer = true;
|
||||
},
|
||||
onChildrenDrawerClose() {
|
||||
console.log('hello');
|
||||
this.childrenDrawer = false;
|
||||
},
|
||||
},
|
||||
|
|
|
@ -132,7 +132,6 @@ const Menu = {
|
|||
this.$emit('mouseenter', e);
|
||||
},
|
||||
handleTransitionEnd(e) {
|
||||
// console.log(111)
|
||||
// when inlineCollapsed menu width animation finished
|
||||
// https://github.com/ant-design/ant-design/issues/12864
|
||||
const widthCollapsed = e.propertyName === 'width' && e.target === e.currentTarget;
|
||||
|
|
Loading…
Reference in New Issue