How can I authenticate users with Feathers.js

前端 未结 0 2054
日久生厌
日久生厌 2020-12-16 01:40

I\'m trying to log in a user using the vuex store.

onSubmit() {
  this.$store
    .dispatch("auth/authenticate", {
      username: "Sibi",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题