[Vuejs]-Vue.js error: Cannot read property 'filter' of undefined

0👍

I’ve fixed with the declaration of array

produtos: [ { all-stuffs-here } ]

The brackets were missing

But now its showing this error:

Cannot read property ‘search’ of undefined

Leave a comment