79508527

Date: 2025-03-14 08:51:41
Score: 0.5
Natty:
Report link

If you use Quasar, there is openURL function:

import { openURL } from 'quasar'

openURL(
  'http://...',
  undefined,
  {
    target: '_blank'
  }
)

Docs:

  1. https://quasar.dev/quasar-utils/other-utils/#openurl
  2. https://developer.mozilla.org/en-US/docs/Web/API/Window/open#target
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Eugene Gr. Philippov