Guest User

Untitled

a guest
Aug 12th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. data: {
  2. app_images:[
  3. { app: '../assets/img/logos/logo.png' }
  4. ],
  5. json_repository:[],
  6. user: {
  7. username: null,
  8. password: null
  9. },
  10. submitted: null
  11. }
  12.  
  13. methods: {
  14. doLogin: function() {
  15. this.submitted = this.user;
  16. },
  17.  
  18. methods: {
  19. doLogin: function() {
  20. this.submitted = Object.assign({}, this.user);
  21. },
Add Comment
Please, Sign In to add comment