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

Use `<Fragment>` ?

Open hooray opened this issue 2 years ago • 0 comments

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?

hooray avatar Jul 03 '23 18:07 hooray