mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
fix: delete offset in usePopoverProps (#5980)
This commit is contained in:
parent
12eae347a1
commit
5789318ef4
@ -11,7 +11,6 @@
|
||||
:tabindex="tabindex"
|
||||
:append-to-body="appendToBody"
|
||||
:content="content"
|
||||
:offset="offset"
|
||||
:show-after="showAfter"
|
||||
:hide-after="hideAfter"
|
||||
:auto-close="autoClose"
|
||||
|
@ -32,10 +32,6 @@ export const usePopoverProps = buildProps({
|
||||
type: [String, Number],
|
||||
default: 150,
|
||||
},
|
||||
offset: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
showAfter: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user