[Vuejs]-How to get the custom arguments of the custom filter in Vue

0👍

It is a bit late, but here is a solution.

You should add the a and b parameters in parenthesis like {{a | toDou(1,2)}}. The parameter a will be passed into the item.

Leave a comment