mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-12 16:36:33 +02:00
feat: update to alpha.11 (#555)
This commit is contained in:
committed by
GitHub
parent
d5a7c77a8d
commit
d74fc0a097
@@ -144,7 +144,7 @@ impl StoreBuilder {
|
||||
/// ```
|
||||
/// tauri::Builder::default()
|
||||
/// .setup(|app| {
|
||||
/// let store = tauri_plugin_store::StoreBuilder::new("store.json").build(app.handle());
|
||||
/// let store = tauri_plugin_store::StoreBuilder::new("store.json").build(app.handle().clone());
|
||||
/// Ok(())
|
||||
/// });
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user