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
UButtonGroup
v2.9.0
https://stackblitz.com/edit/nuxt-ui-bmpwmk?file=app.vue
Slot props lose reactivity when used within a UButtonGroup. That is, something like this:
<foo v-slot="{ n }"> <u-button-group> <u-badge>{{ n }}</u-badge> </u-button-group> </foo>
Will render only the initial value of n within the UBadge.
n
UBadge
I'm guessing this is to do with cloning the slot children?
No response
The text was updated successfully, but these errors were encountered:
This should have been solved already by #999.
Sorry, something went wrong.
No branches or pull requests
Environment
Version
v2.9.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-bmpwmk?file=app.vue
Description
Slot props lose reactivity when used within a
UButtonGroup
. That is, something like this:Will render only the initial value of
n
within theUBadge
.I'm guessing this is to do with cloning the slot children?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: