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.
12 lines
211 B
12 lines
211 B
|
6 years ago
|
# 拼图滑块验证
|
||
|
|
|
||
|
|
<img :src="$withBase('/puzzle-verify.png')">
|
||
|
|
|
||
|
|
### 使用:
|
||
|
|
|
||
|
|
```js
|
||
|
|
this.$puzzleVerify().then(...).catch(...)
|
||
|
|
```
|
||
|
|
|
||
|
|
返回一个 `promise`,如果验证失败会 `reject`,否则 `resolve`
|