fix: drawer throw warning #2264

pull/2284/head
tangjinzhou 2020-05-18 22:21:38 +08:00
parent 1a595d5568
commit be8db722b9
1 changed files with 0 additions and 1 deletions

View File

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