Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.28k stars 335 forks source link

Use `<Fragment>` ? #973

Open hooray opened 1 year ago

hooray commented 1 year ago

When I use this component, it adds a layer of <div class="v-popper"></div> outside the target element, causing the original page layout to potentially be broken (need to readjust CSS). I've found that many UI libraries use <Fragment> to solve this situation, maybe we can do the same?