diff --git a/components/vc-drawer/src/Drawer.js b/components/vc-drawer/src/Drawer.js index cfecfaf2d..8e1c9c8f2 100644 --- a/components/vc-drawer/src/Drawer.js +++ b/components/vc-drawer/src/Drawer.js @@ -81,7 +81,7 @@ const Drawer = defineComponent({ } this.preProps.open = val; if (val) { - nextTick(() => { + setTimeout(() => { this.domFocus(); }); }