You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ export type DialogProps = {
78
78
* @defaultfalse
79
79
*/
80
80
snapToSequentialPoint?:boolean;
81
-
container?:Ref<HTMLElement|null>;
82
81
/**
83
82
* Gets triggered after the open or close animation ends, it receives an `open` argument with the `open` state of the drawer by the time the function was triggered.
Copy file name to clipboardExpand all lines: lib/Drawer/components/Root.vue
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ export type DialogProps = {
102
102
* @defaultfalse
103
103
*/
104
104
snapToSequentialPoint?:boolean;
105
-
container?:Ref<HTMLElement|null>;
106
105
/**
107
106
* Gets triggered after the open or close animation ends, it receives an `open` argument with the `open` state of the drawer by the time the function was triggered.
0 commit comments