Update docs/components/range/examples/DisabledRange.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user