Const
Saves a store to the disk.
import { save } from '@tauri-store/pinia';// Save a single store.await save('my-store');// Save some stores.await save('my-store', 'my-store-2'); Copy
import { save } from '@tauri-store/pinia';// Save a single store.await save('my-store');// Save some stores.await save('my-store', 'my-store-2');
Saves a store to the disk.