2👍
Right the solution is that the context has changed once in the filter function
so I had to cache the this
.
var self = this;
Also another solution was to just use the Vue instances property.
vm.term
- [Vuejs]-Cant resolve scss loader in Vuejs element ui template
- [Vuejs]-Vue.js Set Radio Buttons Checked Only If Binded Input Type is Radio Button
Source:stackexchange.com