You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
185 B
Vue

8 months ago
<template>
<div>
8 months ago
11
<u-slider v-model="value"></u-slider>
8 months ago
</div>
</template>
<script>
8 months ago
export default{
data(){
return {
value:30
}
}
}
8 months ago
</script>
<style>
</style>