-
Notifications
You must be signed in to change notification settings - Fork 987
Open
Labels
bugSomething isn't workingSomething isn't workingtriageAwaiting initial review and prioritizationAwaiting initial review and prioritizationv4#4488#4488
Description
Environment
| Operating system | Windows 10.0.26200 |
| CPU | Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (12 cores) |
| Node.js version | v24.7.0 |
| nuxt/cli version | 3.31.2 |
| Package manager | pnpm@10.23.0 |
| Nuxt version | 4.2.2 |
| Nitro version | 2.12.9 |
| Builder | vite@7.2.7 |
| Config | compatibilityDate, css, devtools, eslint, experimental, heyApi, modules, nodemailer, routeRules |
| Modules | @nuxt/eslint@1.11.0, @nuxt/ui@4.2.1, @vueuse/nuxt@14.1.0, @hey-api/nuxt@0.2.1, nuxt-auth-utils@0.5.26, @nuxtjs/mdc@0.19.1, nuxt-authorization@0.3.5, nuxt-nodemailer@1.1.4, nuxt-email-renderer@2.1.2 |
Is this bug related to Nuxt or Vue?
Nuxt
Package
v4.x
Version
v4.2.1
Reproduction
<script setup lang="ts">
const progress = 0.17
const max = 0
</script>
<template>
<UProgress v-model="progress" :max="max" />
</template>
Description
When on UProgress set the max value to an number 0 (not when string is "0") the max value is set to 100.
Additional context
No response
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageAwaiting initial review and prioritizationAwaiting initial review and prioritizationv4#4488#4488