Vue – Two Reactive Arrays: How do I change the state of one and not the other?
Both arrays are rendered on the UI. The second array (“array2”) is a modification of the first (“array1”). I want to modify array2 without array1 changing at all, but haven’t figured out how. It always reflects the same changes as array2.