mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore(store): Fix import in readme example, closes #289
This commit is contained in:
@@ -75,7 +75,7 @@ Values added to the store are not persisted between application loads unless:
|
|||||||
You can also access Stores from Rust, you can create new stores:
|
You can also access Stores from Rust, you can create new stores:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use tauri_plugin_store::store::StoreBuilder;
|
use tauri_plugin_store::StoreBuilder;
|
||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user