I want to close my current browser tab in Chrome in my Vue.js code.
I have tried many things like
close()
window.close()
window.open('','_self').close()
None of these close my current page/ tab
I want to close my current browser tab in Chrome in my Vue.js code.
I have tried many things like
close()
window.close()
window.open('','_self').close()
None of these close my current page/ tab