-
## Current behavior
in sentry we can see quite a few erros about storage method:
![image](https://user-images.githubusercontent.com/32599710/106918104-31096d00-6709-11eb-993d-e9a6fb48308a.png)
## Ex…
-
The installation is following as:
```
npm install --save-dev @nuxtjs/localforage
```
Add @nuxtjs/localforage to the buildModules section of nuxt.config.js
```
buildModules: [
// https…
-
Hi,
I 'am using localForage on a Vue.js application with Nuxt with [localforage-module](https://github.com/nuxt-community/localforage-module) to access workbox 's IndexedDB data for [BackgroundSy…
-
I've created a codesandbox to demonstrate the problem: https://codesandbox.io/s/localforage-clear-issue-945-8ip2z
Look at `Vue.app` methods. When you click the Reset Cache button it will clear the …
-
Hi All,
New to "vuex-persist" mainly been using another persist package, and started having issues with exceeding storage size.
Data is around 6mb, but looks like LocalStore is limited to less t…
-
Hello there!
We are using vuex-persist in our application and are currently migrating to Vue 3 and Vuex 4. Are there any plans on adding support for Vue 3 and Vuex 4?
I tried to add the support …
-
I tried to use localforage for storing dala loacally and to work offline. But I am facing 2 issues with this.When I use localforage with vuex-persist data is storing . But when I refresh the page all …
-
Hi there,
I'm trying to use sqlite on iOS to persist data on the iOS device however I can't seem to locate the .db file.
Where can I find the .db sqlite database file on iOS?
I'm using the f…
-
Eg using npm and packages.json
-
I am trying to migrate a project from vue 2 to vue 3. The project uses vuex and vuex-persist to store the state of the application in localStorage.
In **vue2**, the code was as follows:
```javascr…