I would like to add a computed property for every name property of my layers array, of course it will be the exctaly same function, i think it would be very useful in many cases but i have been searched and didn't find anything about that for Vue.
So i could call it like so: layers.name.computedName or something like that.