Update docs/components/range/examples/SizeRange.vue
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import Range from '../../../../src/components/Range/Range.vue'
|
||||
import { ref } from 'vue'
|
||||
|
||||
const value1 = ref(10)
|
||||
const value1 = ref('10')
|
||||
const value2 = ref('10')
|
||||
const value3 = ref('10')
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user