Skip to content
Discussion options

You must be logged in to vote

1: in electron-main.js

mainWindow.webContents.on('new-window', function(e, url) {
  e.preventDefault();
  shell.openExternal(url);
});

2: then use target="_blank"
<a href="https://quasar.dev" target="_blank">Quasar</a>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhanghelook
Comment options

Answer selected by zhanghelook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants