Last active
November 6, 2017 11:10
-
-
Save deusmar/5fa590af65784cbff1e5aa8f66eb3721 to your computer and use it in GitHub Desktop.
Imovel.vue, ajuda para Vladimir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
</template> | |
<script> | |
export default { | |
data() { | |
return { | |
registros: [], | |
registro: { | |
desc: '', | |
preco: '', | |
quartos: '', | |
tipo: '', | |
finalidade: '', | |
logradouro_endereco: '', | |
bairro_endereco: '', | |
}, | |
update_registro: { | |
desc: '', | |
preco: '', | |
quartos: '', | |
tipo: '', | |
finalidade: '', | |
logradouro_endereco: '', | |
bairro_endereco: '', | |
}, | |
errors: [] | |
} | |
}, | |
methods: {} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment