-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MdBottomBarItem] Conditional Rendering of MdBottomBarItem #1412
Labels
Comments
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
|
# for free
to join this conversation on GitHub.
Already have an account?
# 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: