我的vue项目中需要一个搜索过滤器。我试图创建“文本中的文本| filterBy filtername”,但这不适用于最新版本的vue js。请帮忙!
答案 0 :(得分:0)
您不能以这种方式使用过滤器,您可以以这种方式使用过滤器: 在 html 中:{{prop |过滤器}}
在 js 中:this。$ options.filters.yourFilter(this.prop);
在 html属性中::text =“ this。$ options.yourFilter(prop);”