Using the $router.back() method in a template will accidentally clear the electron window title #1611
-
Version4.1.6 Reproduction linkSteps to reproduce1.When creating an electron BrowserWindow, add the title attribute to the configuration What is expected?$router.back does not affect the title What is actually happening?The electron title is emptied electron version:19.1.1 If I don't use $router.back() in the template page, but instead use userRouter in setup and push to the specified page, the electron's header is not cleared |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems to be related to electron/electron#27188 but not the router itself |
Beta Was this translation helpful? Give feedback.
It seems to be related to electron/electron#27188 but not the router itself