I'm having a problem rendering the list in real time on smartphones,
I get Vuex with computed:
produtosFiltrados() {
return store.state.listaProdutos.filter((produto) => {
let query = produto.nome.toUpperCase();
return query.ma...
asked by
23.12.2018 / 14:56