Skip to content

Instantly share code, notes, and snippets.

@rafaelgfirmino
Last active April 26, 2019 23:05
Show Gist options
  • Save rafaelgfirmino/598911b4151f462090b4a93066542fa4 to your computer and use it in GitHub Desktop.
Save rafaelgfirmino/598911b4151f462090b4a93066542fa4 to your computer and use it in GitHub Desktop.
Limpando objetos em  Vuejs
filters: {
name: { value: null },
email: { value: null },
person_type: { value: null },
gender: { value: null, boolean: true },
city: { value: null },
state: { value: null },
is_brazilian: { value: null },
'classification.id': { value: null },
type: { value: null },
level: { value: null },
birthday: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas
created_at: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment