Skip to content

Commit

Permalink
Merge pull request #530 from Erebos66/patch-1
Browse files Browse the repository at this point in the history
Added "removeUniversal" to storage.md
  • Loading branch information
farnabaz authored Feb 16, 2020
2 parents f03f4c4 + a8cf23d commit ff03985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Universally keep state in vuex, localStorage and Cookies:
this.$auth.$storage.setUniversal(key, val, isJson)
this.$auth.$storage.getUniversal(key, isJson)
this.$auth.$storage.syncUniversal(key, defaultValue, isJson)
this.$auth.$storage.removeUniversal(key)
```

## Local State
Expand Down

0 comments on commit ff03985

Please sign in to comment.