Saltar al contenido principal

Type Alias: WatchSource<T>

WatchSource<T> = VueWatchSource<T>

Defined in: src/types/index.ts:887

Watch source taken from the native Vue watch (ref, reactive object, getter function or array of those).

Type Parameters

T

T = unknown