Effector

Effector

  • Docs
  • Try
  • API
  • Blog
  • GitHub

›effector-vue

effector

  • API Reference
  • createEvent
  • Event
  • createEffect
  • Effect
  • createStore
  • Store
  • sample
  • createDomain
  • Domain
  • combine
  • createStoreObject
  • createApi
  • restore
  • forward
  • fromObservable
  • merge
  • split

effector-react

  • API Reference
  • createStoreConsumer
  • createComponent
  • createGate
  • useGate
  • useStore
  • useStoreMap
  • useList
  • Gate

effector-vue

  • API Reference
  • VueEffector
  • ComponentOptions
  • Vue
Edit

Vue

Methods available on Vue prototype after you enable this plugin.

Vue Methods

$watchAsStore(expOrFn, options?)

Arguments

  1. expOrFn (string | Function): The 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): The expression only accepts dot-delimited paths. For more complex expressions, use a function instead.

Returns

(Store)

← ComponentOptions
  • Vue Methods
    • $watchAsStore(expOrFn, options?)
    • $store(expOrFn)
Effector
Docs
Getting StartedAPI Reference
Community
User ShowcaseStack OverflowGitterTwitter
More
GitHubStar
Copyright © 2019 zerobias