Vue.js报错Failed to resolve filter问题原因

Posted 打怪升级中

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue.js报错Failed to resolve filter问题原因相关的知识,希望对你有一定的参考价值。

Vue.js报错Failed to resolve filter问题原因

之前使用vue.js写分页功能时,写了一个过滤器,发现一个比较奇怪的错误。

console控制台调试的时候

提示错误消息:

Failed to resolve filter: HomePage

 

enter description here

console错误信息.jpg

 

我原来的写法:

 

enter description here

原来的错误写法.jpg

 

错误原因

经过自己的摸索,后来发现竟然是代码顺序错误问题。。。

由于先执行的pageList,后执行的Vue的过滤方法。。。
最终调整过的写法:

 

enter description here

修改后的正确写法.jpg

 

以上是关于Vue.js报错Failed to resolve filter问题原因的主要内容,如果未能解决你的问题,请参考以下文章

编译报错:Failed to resolve com.android.support

依赖ConstraintLayout报错,Could not find *****,Failed to resolve:*****

vue启动项目的报错:Failed to resolve loader: less-loader You may need to install it.

使用SearchView报错java.lang.UnsupportedOperationException: Failed to resolve ...

Failed to resolve:com.android.support:appcompat-v7:报错处理

Android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxandroid:2.1.0