A
A
AspMaster2019-09-30 18:09:56
JavaScript
AspMaster, 2019-09-30 18:09:56

How to completely reset the storage on logout?

There is an online store site. It fills the shopping cart. If you log out and then log in again, the basket is saved (even for another account), although the local storage with the basket data has been cleared. How can I completely clear the vuex store before exiting?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Yarkov, 2019-09-30
@AspMaster

How can I completely clear the vuex store before exiting?

Refresh the page when you log out

I
Igor, 2019-09-30
@IgorPI

vuex storage has nothing to do with localStorage.
As colleagues voiced above, refresh the page.
In some cases, people are looking for a way to save this very data,
you have a directly proportional problem))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question