mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Update import package name to V2 (#1693)
This commit is contained in:
@@ -60,7 +60,7 @@ fn main() {
|
||||
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
|
||||
|
||||
```typescript
|
||||
import { Store } from "tauri-plugin-store-api";
|
||||
import { Store } from "@tauri-apps/plugin-store";
|
||||
|
||||
const store = new Store(".settings.dat");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user