mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: Tom Smith <tom.smith2711@gmail.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com> Co-authored-by: Tom Smith <tom.smith@qunifi.com>
8 lines
100 B
Vue
8 lines
100 B
Vue
<script setup>
|
|
const value = ref(50)
|
|
</script>
|
|
|
|
<template>
|
|
<URange v-model="value" />
|
|
</template>
|