fix(docs): emit options of drawer component description error (#6465)

This commit is contained in:
木木剑光 2024-09-25 14:00:30 +08:00 committed by GitHub
parent 32c6c77ca3
commit 1c288c4d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,7 +254,7 @@ export interface DrawerEmitsOptions {
* Emitted when the value changes.
* @param {boolean} value - New value.
*/
'update:modelValue'(value: boolean): void;
'update:visible'(value: boolean): void;
/**
* Callback to invoke when drawer gets shown.
*/