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
Vuetify Version: 3.3.1 Vue Version: 3.3.2 Browsers: Chrome 113.0.0.0 OS: Windows
Create a v-dialog with a tag inside it Add a class to an internal tag to the modal Create a dynamic property that will be bound to this class
Style from ref should be applied
No styling is applied
https://codesandbox.io/p/sandbox/vue-3-vuetify-3-pinia-2-forked-28h2ld?file=%2Fsrc%2FApp.vue%3A11%2C8
Is this due to dynamic rendering of VDialog that is done at the root of the application?
The text was updated successfully, but these errors were encountered:
vuejs/core#7312
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 3.3.1
Vue Version: 3.3.2
Browsers: Chrome 113.0.0.0
OS: Windows
Steps to reproduce
Create a v-dialog with a tag inside it
Add a class to an internal tag to the modal
Create a dynamic property that will be bound to this class
Expected Behavior
Style from ref should be applied
Actual Behavior
No styling is applied
Reproduction Link
https://codesandbox.io/p/sandbox/vue-3-vuetify-3-pinia-2-forked-28h2ld?file=%2Fsrc%2FApp.vue%3A11%2C8
Other comments
Is this due to dynamic rendering of VDialog that is done at the root of the application?
The text was updated successfully, but these errors were encountered: