fix(docs): emit options of drawer component description error (#6465)
parent
32c6c77ca3
commit
1c288c4d1f
|
@ -254,7 +254,7 @@ export interface DrawerEmitsOptions {
|
||||||
* Emitted when the value changes.
|
* Emitted when the value changes.
|
||||||
* @param {boolean} value - New value.
|
* @param {boolean} value - New value.
|
||||||
*/
|
*/
|
||||||
'update:modelValue'(value: boolean): void;
|
'update:visible'(value: boolean): void;
|
||||||
/**
|
/**
|
||||||
* Callback to invoke when drawer gets shown.
|
* Callback to invoke when drawer gets shown.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue