New: Various UI Package Updates

This commit is contained in:
Qstick 2018-09-15 22:32:34 -04:00
parent 9611df7e9e
commit b8511f039a
13 changed files with 966 additions and 906 deletions

View file

@ -39,7 +39,7 @@ class Link extends Component {
let el = component;
if (to) {
if (/\w+?:\/\//.test(to)) {
if ((/\w+?:\/\//).test(to)) {
el = 'a';
linkProps.href = to;
linkProps.target = target || '_blank';