mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
chore(Popover): set default open-delay to 0
This commit is contained in:
@@ -63,7 +63,7 @@ export default defineComponent({
|
||||
},
|
||||
openDelay: {
|
||||
type: Number,
|
||||
default: 50
|
||||
default: 0
|
||||
},
|
||||
closeDelay: {
|
||||
type: Number,
|
||||
|
||||
Reference in New Issue
Block a user