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.6.13 Vue Version: 3.3.4 Browsers: Google Chrome, Mozilla Firefox OS: Windows 10
No steps needed.
isActive is Boolean
isActive is Object
https://play.vuetifyjs.com/#...
Complete example
The text was updated successfully, but these errors were encountered:
When we add this inside it doesn't work: v-if="isActive" v-else
Following also doesn't work. v-if="isActive.value" v-else
This works: v-if="isFocused.value" v-else
Sorry, something went wrong.
It's a ref.
No branches or pull requests
Environment
Vuetify Version: 3.6.13
Vue Version: 3.3.4
Browsers: Google Chrome, Mozilla Firefox
OS: Windows 10
Steps to reproduce
No steps needed.
Expected Behavior
isActive is Boolean
Actual Behavior
isActive is Object
Reproduction Link
https://play.vuetifyjs.com/#...
Complete example
The text was updated successfully, but these errors were encountered: