Const
Path where the store is saved.
import { getStorePath } from '@tauri-store/vue';const path = await getStorePath('my-store'); Copy
import { getStorePath } from '@tauri-store/vue';const path = await getStorePath('my-store');
Path where the store is saved.