Skip to content

Commit

Permalink
Added "removeUniversal" to storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qhantom authored Feb 16, 2020
1 parent f03f4c4 commit a8cf23d
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 a8cf23d

Please sign in to comment.