0.1.0 • Published 5 years ago

@mu-ui/mu-touch v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

mu-touch 滑动手势

安装方式

yarn add @mu-ui/mu-touch

使用指南

import Touch from '@mu-ui/mu-touch'

Vue.component('Touch', Touch)

<Touch @result="result">
  ...
</Touch>

...
methods: {
  result(res) {
    console.log(res) // top|bottom|left|right
  }
}

mu-touch Props

参数说明类型默认值
threshold滑动生效的最小距离Number50
restraint滑动时另一个方向的最大距离Number80

mu-touch Events

名称说明
result返回触发方向的结果