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

This commit is contained in:
Ilya Artamonov
2023-06-28 19:20:38 +03:00
committed by GitHub
parent c86363a84c
commit 0f47839471

View File

@@ -10,7 +10,7 @@
import Range from '../../../../src/components/Range/Range.vue' import Range from '../../../../src/components/Range/Range.vue'
import { ref } from 'vue' import { ref } from 'vue'
const value1 = ref(10) const value1 = ref('10')
const value2 = ref('10') const value2 = ref('10')
const value3 = ref('10') const value3 = ref('10')
</script> </script>