vue3-popper
vue3-popper copied to clipboard
A Vue.js popover component based on PopperJS
Using the new [teleport](https://v3.vuejs.org/guide/teleport.html) functionality to teleport the popper element to the selector specified. In my case I use it to teleport poppers to the bottom of the body, so...
Could be nice to have a build UMD package. Edit: Building and using "iife" package throws an error "Uncaught ReferenceError: regeneratorRuntime is not defined"
How to prevent form submission if popper used inside the form?
**Description of the bug** I have 2 children inside my Popper, and I have an error in the console: `[Popper]: The component expects only one child element at its root....
When the mouse is over the Popper, it could be great to be able to change the `cursor`, setting it to `pointer`.
**Description of the bug** I'm using this component as a child of a flex container, and I found it's broken all of my navbar styles as well as causes horizontal...
when use vue3-popper in component, devtool display "Anonymous Component" 
**Description of the bug** A clear and concise description of what the bug is. - Rollup build generates only a JS file that dynamically injects inline CSS into our app....
**Description of the bug** When using the vue3-popper in a library that's going to be type defined with vue-tsc then errors occur because vue3-popper uses prop definition that isn't exported....
How can I stop clicking the target again from closing the popper 