Url open use anchor tag.
npm install @jswork/url-open
import urlOpen from '@jswork/url-open';
urlOpen('https://www.baidu.com', { target: '_self'});
Code released under the MIT license.
Url open use anchor tag.
npm install @jswork/url-open
import urlOpen from '@jswork/url-open';
urlOpen('https://www.baidu.com', { target: '_self'});
Code released under the MIT license.