mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-17 19:07:12 +02:00
Update readme
This commit is contained in:
@@ -117,7 +117,7 @@ fn main() {
|
|||||||
|
|
||||||
// Note that values must be serde_json::Value instances,
|
// Note that values must be serde_json::Value instances,
|
||||||
// otherwise, they will not be compatible with the JavaScript bindings.
|
// otherwise, they will not be compatible with the JavaScript bindings.
|
||||||
store.insert("a".to_string(), json!("b"));
|
store.set("a".to_string(), json!("b"));
|
||||||
})
|
})
|
||||||
.run(tauri::generate_context!())
|
.run(tauri::generate_context!())
|
||||||
.expect("error while running tauri application");
|
.expect("error while running tauri application");
|
||||||
|
|||||||
Reference in New Issue
Block a user