如何在vue js 2.5.16上执行搜索过滤器?

时间:2018-07-27 13:46:44

标签: javascript search vue.js filter

我的vue项目中需要一个搜索过滤器。我试图创建“文本中的文本| filterBy filtername”,但这不适用于最新版本的vue js。请帮忙!

1 个答案:

答案 0 :(得分:0)

不能以这种方式使用过滤器,您可以以这种方式使用过滤器: 在 html 中:{{prop |过滤器}}

js 中:this。$ options.filters.yourFilter(this.prop);

html属性中::text =“ this。$ options.yourFilter(prop);”