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
* Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
22
22
*/
23
23
content: String,
24
+
/**
25
+
* The delay for displaying and hiding the popover (in milliseconds). When a numerical value is provided, the delay applies to both the hide and show actions. The object structure for specifying the delay is as follows: delay: `{ 'show': 500, 'hide': 100 }`.
* Specify the desired order of fallback placements by providing a list of placements as an array. The placements should be prioritized based on preference.
* Content for your component. If you want to pass non-string value please use dedicated slot `<template #content>...</template>`
22
22
*/
23
23
content: String,
24
+
/**
25
+
* The delay for displaying and hiding the popover (in milliseconds). When a numerical value is provided, the delay applies to both the hide and show actions. The object structure for specifying the delay is as follows: delay: `{ 'show': 500, 'hide': 100 }`.
* Specify the desired order of fallback placements by providing a list of placements as an array. The placements should be prioritized based on preference.
0 commit comments