Timkor

Results 12 comments of Timkor
trafficstars

You could also use a plugin for client side. Which fetches the data after route transition: ```javascript export default ({app}, inject) => { app.router.afterEach(() => { // Get the current...

Wouldn't it not make more sense to just don't use Vuex anymore at all? Because you can now use the function API; `state()` and `value()` as Vuex state and `computed()`...