0👍
You could use either of the methods
getKey (index) => String,null
or getAllKeys () => Array
on this.$q.sessionStorage
to retrieve the value of a key in session storage
Example:
let keys = this.$q.sessionStorage.getAllKeys()
Source:stackexchange.com