About operating on the same store instance under two tabs #2624
Unanswered
nongyehong
asked this question in
Help and Questions
Replies: 2 comments
-
I try to use cross-tab communication to solve this problem when I modify another TAB, but it seems bloated if I need to modify more content,I'm not using it the right way? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I thought I'd try pinia-shared-state first |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue when using Pinia. When I tried to modify data in a store on two different tabs, I changed the theme attribute with an initial value of light to dark on the first tab. Then, when I tried to modify the tips attribute in the store on the other tab, I didn't modify the theme attribute. Why did it automatically help me modify the theme attribute back to the original store I had already modified, that is, it changed back to light
Beta Was this translation helpful? Give feedback.
All reactions