Update docs/components/range/examples/MinMaxRange.vue

This commit is contained in:
Ilya Artamonov
2023-06-28 19:20:57 +03:00
committed by GitHub
parent 2fcd167807
commit 7abab9e946

View File

@@ -1,6 +1,6 @@
<template>
<div>
<Range v-model="value" label="Min-max range" :min="0" :max="10" />
<Range v-model="value" label="Min-max range" min="0" max="10" />
</div>
</template>