Returns a proxy for the given object that shallowly unwraps properties that are refs. If the object already is reactive, it's returned as-is. If not, a new reactive proxy is created.
Either an already-reactive object or a simple object that contains refs.
Returns a proxy for the given object that shallowly unwraps properties that are refs. If the object already is reactive, it's returned as-is. If not, a new reactive proxy is created.