Vue

Methods available on Vue prototype after you enable this plugin.

Vue Methods

$watchAsStore(expOrFn, options?)

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)

Arguments

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

Returns

(Store)

Last updated on