We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11498ad commit 4c1347cCopy full SHA for 4c1347c
components/vc-drawer/src/Drawer.js
@@ -81,7 +81,7 @@ const Drawer = defineComponent({
81
}
82
this.preProps.open = val;
83
if (val) {
84
- nextTick(() => {
+ setTimeout(() => {
85
this.domFocus();
86
});
87
0 commit comments