Pay attention
This documentation is for the as yet unreleased version of effector Spacewatch 23.0.

Vue

Methods available on Vue prototype after you enable this plugin.

$watchAsStore(expOrFn, options?) (deprecated)

Arguments

  1. expOrFn (string | Function): Expression only accepts dot-delimited paths. For more complex expressions, use a function instead.
  2. options? (Object)
  • deep? (boolean)
  • immediate? (boolean)

Returns

(Store)

$store(expOrFn) (deprecated)

Arguments

  1. expOrFn (string | Function): Expression only accepts dot-delimited paths. For more complex expressions, use a function instead.

Returns

(Store)

Contributors