DEV Community

Paul Walker
Paul Walker

Posted on • Originally published at solarwinter.net on

Vuex getters

Every time I have to write a Vuex getter with parameters I have to look it up again - for some reason the method just doesn't go in. Today I found this comment, which gives an example of what feels like a very clean way of handling derived data (e.g. properties of an item retrieved using it’s item ID).

Now I only have to go here or to my own blog to look it up. πŸ˜„

Top comments (0)