Vue
Methods available on Vue
prototype after you enable this plugin.
#
Vue Methods$watchAsStore(expOrFn, options?)
(deprecated)#
Arguments
expOrFn
(string | Function): Expression only accepts dot-delimited paths. For more complex expressions, use a function instead.options
? (Object)
deep
? (boolean)immediate
? (boolean)
Returns
(Store
)
$store(expOrFn)
(deprecated)#
Arguments
expOrFn
(string | Function): Expression only accepts dot-delimited paths. For more complex expressions, use a function instead.
Returns
(Store
)