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