[Vuejs]-Vue computed property updates without dependency change

0👍

I think in (obj, key) what you’ve calling obj is actually a key in the object

Try logging the value of Object.keys(...) before returning it

Leave a comment