Skip to content

Commit 2bb27a4

Browse files
committed
fix: drawer log warning
1 parent f567b66 commit 2bb27a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

antdv-demo

components/vc-drawer/src/Drawer.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const Drawer = defineComponent({
5151
this.sFirstEnter = this.firstEnter;
5252
this.timeout = null;
5353
this.children = null;
54+
this.dom = null;
5455
this.drawerId = Number(
5556
(Date.now() + Math.random()).toString().replace('.', Math.round(Math.random() * 9)),
5657
).toString(16);

0 commit comments

Comments
 (0)