Skip to content

可拖拽进度条、滑动条、评分条、movable-area(uniapp插件)

Notifications You must be signed in to change notification settings

myltx/uniapp-plug-movable-area

Repository files navigation

可拖拽进度条、滑动条、评分条、movable-area

简介

Example

<template>
	<view>
		<yichan-movable-area />
	</view>
</template>
<script>
	import YiChanMovableArea from '../../components/yichan-movable-area/yichan-movable-area.vue';
	export default {
		components: {
			YiChanMovableArea
		},
	}
</script>

Props

属性名 类型 默认值 说明
min Number 最小值 0
max Number 最大值 0
defaultValue Number 默认值 0

Events

函数名 说明 返回值
change 拖动时触发 返回当前选择的数值

About

可拖拽进度条、滑动条、评分条、movable-area(uniapp插件)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published