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

This commit is contained in:
Ilya Artamonov
2023-06-28 19:18:49 +03:00
committed by GitHub
parent de1eb3668e
commit 08a2f849cb

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>