vue-filter icon indicating copy to clipboard operation
vue-filter copied to clipboard

:v: A collection of Vue.js filter. [Depressed]

Results 7 vue-filter issues
Sort by recently updated
recently updated
newest added

Good Afternon boys I have a problem, I dont know how iterate array I have the next array data(){ return{ list: [{ name: 'James, LeBron', score: 38, department: 'es' },{...

Pluralize filters: ``` {{ count | pluralize('comment') }} ``` Could be simple just add an S at the end, and add optional parameter for custom values like `pluralize(word, [word_in_plural], [word_if_zero])`...

Hello team, Thank for make good package for Vue.js. I'm already used your package in my project it work fine for desktop but if i open in safari in IOS...

I would expect `round` to behave as `pow` in examples. ### Problem `{{ 0.1234 | round(3) }}` should render `0.123` instead of `0` looking at lodash specs, https://lodash.com/docs/4.17.10#round second argument...

Hi, I tested other filters and also this one with arrays that contained simple data such as string and integers. And I would like to know if eventually this filter...

I noticed that in the documentations, there are some flaws which make readers confusing. 1. In github's documents, it uses `filter(params)` format, while in NPM documents, it uses `filter params`....