MaybeRef<T>:
    | T
    | vue.Ref<T>
    | ShallowRef<T>
    | WritableComputedRef<T>

Type Parameters

  • T = any