Menu
Effector LogoEffectorDocsAPIBlogTry
ChangelogTwitterGitHubv21v22v23
Effector LogoEffector
  • Docs
  • API
  • Blog
  • Try
  • Changelog
  • Twitter
  • GitHub
  • v21
  • v22
  • v23
  • Introduction
    • Installation
    • Core Concepts
    • Glossary
    • Prior Art
  • API
    • effector
      • API Reference
      • Unit creators
        • createStore
        • createEvent
        • createEffect
        • createDomain
      • Unit definitions
        • Event
        • Store
        • Effect
        • Domain
      • combine
      • restore
      • createApi
      • sample
      • guard
      • attach
      • merge
      • split
      • forward
      • is
      • fromObservable
      • createStoreObject
      • clearNode
      • withRegion
      • Babel plugin
    • effector-react
      • API Reference
      • Hooks
        • useStore
        • useStoreMap
        • useList
        • useGate
      • createComponent
      • Gate
      • createGate
      • createStoreConsumer
    • effector-vue
      • API Reference
      • VueEffector
      • ComponentOptions
      • Vue
  • Conventions
    • Naming
    • Best practices
  • Recipes
    • Recipes
    • Countdown timer
    • Design API layer
    • Usage with TypeScript
    • React Native Example
    • React
      • Example
      • Effects
      • Forms
      • Gate - a bridge between props and store
      • TODO creator
      • Dynamic form schema
    • React Native
      • React Native Example
  • Advanced guide
    • Computation priority
  • FAQ
    • FAQ

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 11/29/2023
Previous
« ComponentOptions
Next
Naming »
  • Vue Methods
    • $watchAsStore(expOrFn, options?)
    • $store(expOrFn)

Docs

  • Docs
  • API
  • Changelog

Community

  • Twitter
  • Telegram 🇷🇺
  • Telegram

More

  • Github
Effector - the state manager
Copyright © 2023 zerobias