Skip to content

Commit

Permalink
docs(Range): revert example as it shows in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Mar 4, 2024
1 parent fb16735 commit 0c2f655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/components/content/examples/RangeExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 0c2f655

Please sign in to comment.