valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
7 stars 4 forks source link

Replace 'popper.js' with 'floating-vue' for tooltip components #354

Open BeneRichi opened 10 months ago

BeneRichi commented 10 months ago

We upgraded to Vue3, and some packages like popper.jsare no longer compatible. We haven't updated this particular case in the styleguide yet.

Please replacepopper.js with [floating-vue](https://floating-ui.com/) in the styleguide, and also update the implementation of components where popper.js was used before e.g c-tooltip.

Here's a commit example of the recent implementation with floating-vue.