Can vue filter be used in method passing parameters?

as above, I want to pass the filtered value of item into the click method as a parameter. How to write it is convenient

Jan.08,2022

cannot be written in this way. It can only be used in {{}} and v-bind.
can change filter into a method


should not be able to do this

.
Menu