parent
11498add8e
commit
4c1347c24b
|
@ -81,7 +81,7 @@ const Drawer = defineComponent({
|
||||||
}
|
}
|
||||||
this.preProps.open = val;
|
this.preProps.open = val;
|
||||||
if (val) {
|
if (val) {
|
||||||
nextTick(() => {
|
setTimeout(() => {
|
||||||
this.domFocus();
|
this.domFocus();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue