[Vuejs]-Errors: `unknown mutation type: setLoggedIn` & `unknown local mutation type: setLoggedIn, global type: auth/setLoggedIn`

0👍

When you learn something new, please check for missing ‘; , .’ etc.
And be sure that you write ‘const mutations’ not ‘const mutation’, following the documentation saving hours))

Leave a comment