UnisKB/ui/src/components/dynamics-form/items/slider/Slider.vue

7 lines
187 B
Vue
Raw Normal View History

2025-04-28 10:14:16 +00:00
<template>
<el-slider v-bind="$attrs" show-input :show-input-controls="false" class="custom-slider" />
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped>
</style>