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

pull/6480/head
木木剑光 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
1 changed files with 1 additions and 1 deletions

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.
*/