Date: 2025-03-14 08:51:41
Score: 0.5
Natty:
If you use Quasar, there is openURL function:
import { openURL } from 'quasar'
openURL(
'http://...',
undefined,
{
target: '_blank'
}
)
Docs:
- https://quasar.dev/quasar-utils/other-utils/#openurl
- 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