floating-vue
floating-vue copied to clipboard
Use `<Fragment>` ?
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?