[Vuejs]-Vuex: unknown action type

0👍

just a simple typo, muchas gracias @daniel ormeño

0👍

Try to put ellipsis before mapActions:

methods: ...mapActions(["fetchFacilities", "addFacility"]),

Leave a comment