Using parameters with 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 to my own blog to look it up. 😄