Releases: andrejsharapov/vue3-line-clamp
Releases · andrejsharapov/vue3-line-clamp
v1.0.0
What's new
Main differences from vue-line-clamp.
What's changed
Changed
importCss
option renamed touseClass
;fallbackFunc
option not used (removed);textOverflow
option defaults to the empty string.
Added
- Added
wordBreak
option - set the value for word-break property. Default:break-word
; - Added
useImportant
option - set value as important. Allows you to override some values of libraries and ui-frameworks. Default:false
.