-
Trying to use breadcrumbs, none of the two below options worked. What am I doing wrong? Try 1: Try 2: In both cases, the list is printed without formatting in a ul tag.
|
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Dec 28, 2023
Replies: 1 comment 1 reply
-
See https://v2.vuetifyjs.com/en/api/v-breadcrumbs/#props vuetify.VBreadcrumbs(
items=("items_list", [
dict(text="item1"),
dict(text="item2"),
dict(text="item3"),
]),
) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kdasVF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://v2.vuetifyjs.com/en/api/v-breadcrumbs/#props
Try