Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. data(){
  2. return {
  3. customerApplicationAddress: {
  4. no: '',
  5. street: '',
  6. barangay: '',
  7. municipality: '',
  8. province: '',
  9. },
  10. customerApplication:{
  11. name: null,
  12. address: null
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement