fix(components): [tooltip] display tooltip correctly (#11643)

* fix(components): [tooltip] display tooltip correctly

* Update packages/hooks/use-popper/index.ts

Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>

---------

Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>
This commit is contained in:
acyza 2023-02-22 20:27:48 +08:00 committed by GitHub
parent d51b683be1
commit 1b634705c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ export const usePopper = (
popper: {
position: unref(options).strategy,
left: '0',
right: '0',
top: '0',
},
arrow: {
position: 'absolute',