fix: drawer throw warning #2264

This commit is contained in:
tangjinzhou 2020-05-18 22:21:38 +08:00
parent 1a595d5568
commit be8db722b9

View File

@ -77,7 +77,6 @@ const Drawer = {
// unmount drawer in child, clear push.
if (this.parentDrawer) {
this.parentDrawer.pull();
this.parentDrawer = null;
}
},
methods: {