• Converts a reactive object to a plain object where each property of the resulting object is a ref pointing to the corresponding property of the original object. Each individual ref is created using ().

    Type Parameters

    • T extends object

    Parameters

    • object: T

      Reactive object to be made into an object of linked refs.

    Returns ToRefs<T>