Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import http from "~/lib/cliente-http.js";
  2.  
  3.  
  4. created() {
  5. this.$store.dispatch("act_cargando", true);
  6. http.estToken("hola");
  7. },
  8.  
  9. ////////////////////////////////////////////////////
  10. var setToken = function(usuario, passwd) {
  11. user = usuario;
  12. password = passwd
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement