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