Ramses Garate
Results
3
comments of
Ramses Garate
Vuex doesn't reference the vue instance, to use the instance in vuex you have to use ` this._vm`, so it should work like: ```js const state = { token: this._vm.$cookie.get('token')...
What does the tag discussion mean? @danielroe Greetings
I understand, I think I got too complicated saying templates haha the truth is I had thought of something a little simpler, based on how it currently works creating pages...