Skip to main content

Vue

Methods available on Vue prototype after you enable this plugin.

Vue Methods#

$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)

Last updated on