vue-popper
vue-popper copied to clipboard
:whale: VueJS popover component based popper.js 🇺🇦
Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
how do I make the arrow like this:  reference: https://github.com/atomiks/tippyjs/issues/323
reproduction: https://jsfiddle.net/bvrLmz4q/3/ ```html ``` 1000px on it doesn't do anything
Popper did not work when I tried to replace `slot` with `v-slot`. `slot` is deprecated in Vue 2.6.0, Do you have any plan to use new syntax (`v-slot`)?
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
This should be a pretty solid start for #127 I followed the migration guide here: https://popper.js.org/docs/v2/migration-guide/ **To Do** - [ ] made a poor attempt at implementing the [detectOverflow utility...
any click, anywhere in the page, triggers a bunch of these:  probably events propagated all the way up the root of the DOM. Any idea why it happens and...
For some reason the content of the dropdown is showing when the page is loading, like flickering, specially on mobile, is that right? That is my dropdown component: ```js import...
Hi all, When I use this plugin to pop out images all images get loaded upon rendering. Is it possible to lazy load them? What other options do you suggest?
When can vue-popper support vue3.0