what is a good way to open a new window? vue 3 vue router #858
Unanswered
Davidzhu001
asked this question in
Q&A
Replies: 1 comment
-
when you use a link outside of the spa, does not make sense to use router-link, this is when you keep your state within the spa. just use regular button which call an action within electron (through ipcmain) and then you open a new window like you do with browser. for this basic usage I would not use setWindowOpenHandler, you can do it easier with just a regular call. |
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
-
Beta Was this translation helpful? Give feedback.
All reactions