We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nuxt
3.0.0-alpha.10
No production link yet
The title slot should return the item's title instead of active item's title.
title
Usage:
<UStepper ref="stepper" v-model="activeStep" :items="items" > <template #title="{ item }"> <h2>{{ item.title }}</h2> </template> ..... </UStepper>
Instead of Project to be returned in every steps, I would like to display each item's title.
Project
The text was updated successfully, but these errors were encountered:
473194f
Thanks for the report! 😊
Sorry, something went wrong.
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
3.0.0-alpha.10
Reproduction
No production link yet
Description
The
title
slot should return the item's title instead of active item's title.Usage:
Additional context
Instead of
Project
to be returned in every steps, I would like to display each item's title.Logs
The text was updated successfully, but these errors were encountered: