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
v3.0.1
I don't know if this is intentional or if it's a mistake but the :ui={} props is missing on <UContainer /> This props was available on Nuxt UI V2.
:ui={}
<UContainer />
No response
The text was updated successfully, but these errors were encountered:
@Yes-dev Since the Container has only one slot, it doesn't need props :ui You can already customize it simply by using the class
:ui
class
Sorry, something went wrong.
Oh yeah that's true, I hadn't thought of it Thx !
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.1
Reproduction
Description
I don't know if this is intentional or if it's a mistake but the
:ui={}
props is missing on<UContainer />
This props was available on Nuxt UI V2.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: