1.0.3 • Published 6 years ago

vue-multline v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

vue-multline是一个实现多行文字末尾展示省略号以及展开收起按钮的vue组件。

demo: https://wustlcq.github.io/vue-multline/

快速开始

npm install --save vue-multline
<vue-multline
    :text="text"
    :line="3"
    :autoCollapse="true"
    :endChars="..."
    :showExpandBtn="true"
/>

参数

名称说明参数类型默认值
text文本内容String-
line展示的行数Number3
autoCollapse是或否默认收起Booleantrue
endChars末尾符号String...
showExpandBtn是否显示展开按钮Booleantrue
expandBtnText展开按钮文字String展开
showCollapseBtn是否显示收起按钮Booleantrue
collapseBtnText收起按钮文字String收起
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago