mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
docs: remove useless label from RangeExample
This commit is contained in:
@@ -3,6 +3,5 @@ const value = ref(50)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<label for="range" class="sr-only" />
|
<URange v-model="value" name="range" />
|
||||||
<URange id="range" v-model="value" name="range" />
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user