Answer the question
In order to leave comments, you need to log in
How to use lodash.set with Vue.$set?
There is a problem: Vue.$set(obj, prop, value) incorrectly handles props like 'prop.subprop', but lodash.set() handles it perfectly, but lodash's set() does not set reactivity.
How can we solve this problem without reinventing the wheel that lodash already has?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question