max property example in progress documentation
This commit is contained in:
parent
e6ca60eea4
commit
7b85b4df47
|
|
@ -44,6 +44,6 @@ import { Progress } from '@/components/ui/progress'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Progress :model-value="33" />
|
<Progress :model-value="33" :max="50" />
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user