Skip to content

TextEllipsis

基础用法

TextEllipsis Props

名称类型说明默认值
modelValue / v-modelboolean是否打开false
contentstring显示文字-
linesnumber省略时显示文字行数1
ellipsisTextstring省略号的文本内容...
canExpandboolean是否显示点击展开按钮true
expandTextboolean展开按钮显示文字展开
collapseTextboolean收起按钮显示文字收起

TextEllipsis Slots

名称说明参数
default显示文字内容(isExpanded: boolean, text: string)
expandBtn展开按钮内容(isExpanded: boolean)