We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187e904 commit eef42a2Copy full SHA for eef42a2
src/content/docs/plugin/store.mdx
@@ -116,8 +116,9 @@ pub fn run() {
116
.setup(|app| {
117
// Create a new store or load the existing one
118
// this also put the store in the app's resource table
119
- // so your following calls `store` calls (from both rust and js)
120
- // will reuse the same store
+ // so your following `store` calls (from both Rust and JS)
+ // will reuse the same store.
121
+
122
let store = app.store("store.json")?;
123
124
// Note that values must be serde_json::Value instances,
0 commit comments