[Vuejs]-Uncaught TypeError: Unable to read undefined properties (reading '$store')

0👍

first of all "this" doesn’t refer to vue instance ,it refers to loginAction block,use arrow function instead ,secondly due to docs you should use useStore() method to get store in vue 3 Composition api

Leave a comment