-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1625] Fix breadcrumbs router error #1627
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we will try to navigate from the ...localhost/en/ui-elements/breadcrumbs
to any other docs
page we will receive this error:
Most likely caused by this Vue bug - update to 3.0.10
version may help.
Though we need to test it, new version may also add some TS errors but this should be manageable.
Yap. You can find more info here: https://github.com/epicmaxco/vuestic-ui/pull/1627/files#diff-02ef34fd350e2b5fc1ae6a62c3354e0b6fc335bff0c2e7e5f078c2eda5962a82 This issue closed 11 months ago in v3.1.0 Changelog. We can update vuestic's minimal vue version to 3.1.0 (or 3.2.0). @asvae |
* feat: use ExtractPropType in useRouterLink * fix: add deprecated comment to mixins * fix: error in isDisabled, minor updates * feat: add demo example with vertical breadcrumbs * fix: brought back some changes, add extra comment Co-authored-by: Vitaly Raicheu <[email protected]>
Description
close #1625
changes:
isDisabled
inVaBreadcrumbsItem
and component minor updatesExtractPropType
inuseRouterLink
/** @deprecated */
to mixinsTypes of changes