-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MdBottomBarItem] Conditional Rendering of MdBottomBarItem #1412
Labels
Comments
mrwhy-orig
changed the title
Conditional Rendering of MdBottomBarItem
[MdBottomBarItem] Conditional Rendering of MdBottomBarItem
Jan 17, 2018
Version of Vue Material and can you please provide your code? |
Sorry, i forgot to provide the requested infos: VueMaterial Beta 7 and Beta 8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use v-if with computed property on MdBottomBarItem
Recent Chrome/Firefox
What is expected?
The item shoukd be displayed or not and the correct route should be applied.
What is actually happening?
The item is displayed on the actual condition but, there is thrown an error as well and the routing isn't applied.
The error message tells that the "to" property has to be passed. The property is passed as simple String,
The text was updated successfully, but these errors were encountered: