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

This commit is contained in:
Ilya Artamonov
2023-06-28 19:20:02 +03:00
committed by GitHub
parent e56653acad
commit 2d2694975c

View File

@@ -8,5 +8,5 @@
import Range from '../../../../src/components/Range/Range.vue'
import { ref } from 'vue'
const value = ref(10)
const value = ref('10')
</script>