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
<script setup lang="ts"> const place = ref({ day: 1 }) const days = ref([ { value: 1, label: 'Day 1' }, { value: 2, label: 'Day 2' } ]) </script> <template> Place: <pre>{{ place }}</pre> <USelect v-model="place.day" :items="days" class="w-32" /> </template>
https://skr.sh/vT9fUh9cK0d
After change 1 transforms to "1" and got error in console.
1
"1"
The text was updated successfully, but these errors were encountered:
Duplicate #2903.
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
Description
https://skr.sh/vT9fUh9cK0d
After change
1
transforms to"1"
and got error in console.The text was updated successfully, but these errors were encountered: