Skip to content

I am facing problem while using quasar sessionstorage #13635

Discussion options

You must be logged in to vote

try it with an empty template something like that:

<template>
  <q-page>
  </q-page>
</template>

<script setup>
  import { useQuasar } from 'quasar'
  const $q = useQuasar()
  $q.sessionStorage.set('ak_user', 'narendra')
</script>

does it work?

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@narendraparihar
Comment options

@metalsadman
Comment options

Comment options

You must be logged in to vote
1 reply
@narendraparihar
Comment options

Comment options

You must be logged in to vote
1 reply
@narendraparihar
Comment options

Answer selected by metalsadman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants