mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(TextEllipsis): fix missing param for toggle (#12483)
This commit is contained in:
parent
3c3f96e268
commit
4d5de66362
@ -2,7 +2,7 @@ import type { ComponentPublicInstance } from 'vue';
|
||||
import type { TextEllipsisProps } from './TextEllipsis';
|
||||
|
||||
export type TextEllipsisExpose = {
|
||||
toggle: () => void;
|
||||
toggle: (expanded?: boolean) => void;
|
||||
};
|
||||
|
||||
export type TextEllipsisInstance = ComponentPublicInstance<
|
||||
|
Loading…
x
Reference in New Issue
Block a user