fix: delete offset in usePopoverProps (#5980)

This commit is contained in:
啝裳 2022-02-11 19:22:54 +08:00 committed by GitHub
parent 12eae347a1
commit 5789318ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -11,7 +11,6 @@
:tabindex="tabindex"
:append-to-body="appendToBody"
:content="content"
:offset="offset"
:show-after="showAfter"
:hide-after="hideAfter"
:auto-close="autoClose"

View File

@ -32,10 +32,6 @@ export const usePopoverProps = buildProps({
type: [String, Number],
default: 150,
},
offset: {
type: Number,
default: 0,
},
showAfter: {
type: Number,
default: 0,