Replies: 3 comments
-
|
From reading the code, it doesn't seem like BPopover accepts a target function that returns the element: Nor is target prop reactive. Thus if it depends on a target being mounted and rendered, then the parent component will need to do a |
Beta Was this translation helpful? Give feedback.
-
|
Yes, we decided to not include the function target. Didn't see a need for it, since you can just but the same logic in your component. Can you shere the code of what you are trying to do so I get a clearer picture why this isn't working for you? |
Beta Was this translation helpful? Give feedback.
-
|
I had opened an issue about it a few months ago, and you directed me to use the new target slot. Works great! Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There isn't a sample in the docs, and when I try to use a popover migrated from Vue 2, these errors occur when the
targetprop is specified as a function returning an element:Beta Was this translation helpful? Give feedback.
All reactions