The Plugin provides a general scope which needs for read and update effector’s stores, call effector’s events. Required for SSR.
PluginsEffectorScopePlugin({ scope, scopeName })
Arguments
scope
ScopescopeName?
custom scopeName (default: root
)import { createSSRApp } from "vue";
import { EffectorScopePlugin } from "effector-vue";
import { fork } from "effector";
const app = createSSRApp(AppComponent);
const scope = fork();
app.use(
EffectorScopePlugin({
scope,
scopeName: "app-scope-name",
}),
);
More
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4