You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 拼图滑块验证
|
|
|
|
|
|
|
|
|
|
<img :src="$withBase('/puzzle-verify.png')">
|
|
|
|
|
|
|
|
|
|
### 使用:
|
|
|
|
|
|
|
|
|
|
```js
|
|
|
|
|
this.$verify().then(...).catch(...)
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
返回一个 `promise`,如果验证失败会 `reject`,否则 `resolve`
|