Update docs/components/range.md

This commit is contained in:
Ilya Artamonov
2023-06-28 19:19:09 +03:00
committed by GitHub
parent 5c2556653a
commit 3b8830b6b8

View File

@@ -26,7 +26,7 @@ Original reference: [https://flowbite.com/docs/forms/range/](https://flowbite.co
import Range from 'flowbite-vue'
import { ref } from 'vue'
const value = ref(10)
const value = ref('10')
</script>
```