give toref API just like unref
What problem does this feature solve?
while unref is sugar for isRef(someVar) ? someVar.value : someVar. why not have toref for sugar: isRef(someVar) ? someVar : ref(someVar)
I know toRef & toRefs, but why ?
What does the proposed API look like?
give toref as a pair of unref. lots of libs make their own wrap and unwrap utils