New to Kendo UI for Vue? Start a free 30-day trial
Routing
You can use the Menu as a navigational component by wiring it with Vue Router or any router library.
- Set the
data
property of each Menu item to the corresponding route path. - Upon the selection of a Menu item, read the route path from the
data
property and push it tothis.$router
.
Change Theme
Theme
Loading ...