Open
Description
What problem does this feature solve?
I'm developing an application in Vue3. What I need is to open and manage a particular component with window.open. I want my store(vuex) object to be the same on every page I open with window.open. E.g; Let my homepage have a value that says "Hello World" in an input and this is store->state->message:'Hello World'. I'm waiting for this post to appear on all windows I open. When I update this message on any page, I want it to update on all. Do we have such a talent?