弥补版本回退错误的问题

This commit is contained in:
就眠儀式
2021-12-28 13:42:14 +08:00
parent 1c9d63d0d5
commit d8eda8e542
4 changed files with 94 additions and 35 deletions

View File

@@ -69,5 +69,27 @@ export default {
</script>
:::
::: title 纵向区间
:::
::: demo
<template>
<lay-slider v-model="value3" :range="true" :vertical="true"></lay-slider>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
const value4 = ref([20,50])
return {
value4
}
}
}
</script>
:::
::: comment
:::