It will not update computed properties, and also, in many cases, will not refresh child components, so we must call it for each child components in lists, tables etc. The way to do it correctly from what I gather is to use reactive AND computed The basic approach of dependency tracking is described here. If you have to update it from your