imcvampire / vue-truncate-filter

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

Upgrade documentation for Vue 2.x #2

Closed arielcamus closed 7 years ago

arielcamus commented 7 years ago

The syntax for filters with multiple arguments has changed to {{ variable | truncate(100) }}

imcvampire commented 7 years ago

Sorry for late response!

Can you help me to create PR to update documentation for Vue 2.x. Sorry because right now, I'm too busy :'(

arielcamus commented 7 years ago

There you go: https://github.com/imcvampire/vue-truncate-filter/pull/4

imcvampire commented 7 years ago

Merged! Many thanks :)