You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, UiButton and UiLink have href and to props. href for external links, and to for vue-router routes. IMO we should use one prop like link [string, object]
The text was updated successfully, but these errors were encountered:
pspaczek
changed the title
[DRAFT]: Can we merge to and href from UiButton and UiLink
[REFACTOR]: Can we merge to and href from UiButton and UiLink
May 10, 2023
pspaczek
changed the title
[REFACTOR]: Can we merge to and href from UiButton and UiLink
[REFACTOR]: Merge to and href props in UiButton and UiLink
May 10, 2023
Currently,
UiButton
andUiLink
havehref
andto
props.href
for external links, andto
for vue-router routes. IMO we should use one prop likelink
[string, object]The text was updated successfully, but these errors were encountered: