Migrating From Durandal to Vue: Use shallowRefs Instead of refs When Replacing KnockoutJS Observables
When converting the application I'm working on from Durandal to Vue I had to
learn the differences between how Knockout and Vue handle reactivity. This
doesn't apply to all instances but it is something to consider when converting
objects that contain KnockoutJS observables
[https://knockoutjs.com/