docs(Range): revert example as it shows in the docs

This commit is contained in:
Benjamin Canac
2024-03-04 12:47:50 +01:00
parent fb16735dec
commit 0c2f655a27

View File

@@ -3,6 +3,5 @@ const value = ref(50)
</script>
<template>
<label for="range" class="sr-only">Range</label>
<URange id="range" v-model="value" />
<URange v-model="value" />
</template>