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

This commit is contained in:
Ilya Artamonov
2023-06-28 19:20:21 +03:00
committed by GitHub
parent c9909ab43c
commit eed747b60b

View File

@@ -12,5 +12,5 @@ import { ref } from 'vue'
const value1 = ref(10)
const value2 = ref(10)
const value3 = ref(10)
const value3 = ref('10')
</script>