Não vou mais usar filtro global

This commit is contained in:
Gustavo Barbosa 2025-08-13 13:21:20 -03:00
parent 4b4451f098
commit c2804b4c91

View file

@ -10,7 +10,6 @@ defineProps<{
}>();
const filtros = ref({
global: { value: null, matchMode: 'contains' },
nome: { value: null, matchMode: 'contains' },
loja: { value: null, matchMode: 'equals' },
preco: { value: null, matchMode: 'contains' },