fix: drawer throw warning #2264
parent
1a595d5568
commit
be8db722b9
|
@ -77,7 +77,6 @@ const Drawer = {
|
||||||
// unmount drawer in child, clear push.
|
// unmount drawer in child, clear push.
|
||||||
if (this.parentDrawer) {
|
if (this.parentDrawer) {
|
||||||
this.parentDrawer.pull();
|
this.parentDrawer.pull();
|
||||||
this.parentDrawer = null;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue