<k-slider v-model="modelValue" /><script setup lang="ts">
import { ref } from 'vue'
const modelValue = ref(20)
const min = ref(0)
const max = ref(100)
</script><k-slider v-model="modelValue" /><script setup lang="ts">
import { ref } from 'vue'
const modelValue = ref(20)
const min = ref(0)
const max = ref(100)
</script>