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
- [Vuejs]-How to set dynamic styles in Vue.js component from Vuex store
- [Vuejs]-I want to limit the maximum display length 5 items for each list (VueJS)
Source:stackexchange.com