imcvampire / vue-truncate-filter

A filter for Vuejs to truncate string
MIT License
57 stars 6 forks source link

Handle case where text is null or undefined #8

Closed irvinlim closed 5 years ago

irvinlim commented 6 years ago

Prevents errors like Cannot read property 'length' of null by defaulting to an empty string.

irvinlim commented 5 years ago

Looks like it's already fixed in #11