[PROMOÇÃO] Assine com + 30% de desconto ANUAL MENSAL (últimas horas)
Rafael Lannes
Criador Rafael Lannes 24/06/2020

Estou seguindo o curso e fazendo um projeto... a listagem e o cadastro estão ok, na hora em que clico no editar tenho o erro:

[vuex] unknown action type: LoadUser

 

 

Criador Rafael Lannes 24/06/2020

 No UsuariosComponent:

  edit(id) {

      this.$store

        .dispatch("LoadUser", id)

        .then(response => {

          console.log(response);

        })

        .catch(() => {

          this.$snotify.error("Erro ao carregar");

        });

    }

action.js:

   loadUser(context, id) {

        return new Promise((resolve, reject) => {

            axios.get(`${URL_BASE}${RESOURCE}/${id}`)

                .then(response => resolve(response.data))

                .catch(error => reject())

        })

    },

Onde posso estar errando?

Rafael Lannes
Criador Rafael Lannes 24/06/2020

consegui resolver!!!!!

Rafael Lannes
Manager Carlos Ferreira 24/06/2020

Olá, Rafael!

Que bom que conseguiu resolver. Parabéns!

Abs;

Carlos Ferreira
Sabe a Solução? Ajude a resolver!

Precisa estar logado para conseguir responder a este ticket!

Clique Aqui Para Entrar!