Moved openUrl function to utils composable
parent
de1d96cf85
commit
e95b31bdcd
@ -0,0 +1,5 @@
|
||||
const openUrl = (url: string) => {
|
||||
window.open(url, '_blank')
|
||||
}
|
||||
|
||||
export { openUrl }
|
||||
Loading…
Reference in New Issue