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
* Offset of the dropdown menu relative to its target.
123
+
*
124
+
* @since 4.9.0-beta.2
125
+
*/
126
+
offset: {
127
+
type: Array,
128
+
default: ()=>[0,2],
129
+
},
121
130
/**
122
131
* Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
0 commit comments