vue-popper icon indicating copy to clipboard operation
vue-popper copied to clipboard

:whale: VueJS popover component based popper.js 🇺🇦

Results 29 vue-popper issues
Sort by recently updated
recently updated
newest added

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...

dependencies

how do I make the arrow like this: ![image](https://user-images.githubusercontent.com/22522638/178785475-edde4359-9538-4024-848e-212eb5aea464.png) 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...

dependencies

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: ![image](https://user-images.githubusercontent.com/1768834/143674426-451f6cf1-8f4f-4c38-96be-3eae0ebb66ab.png) 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