go-captcha-vue 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -4
- package/dist/go-captcha-vue.es.js +474 -473
- package/dist/go-captcha-vue.umd.js +8 -8
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img width="120" style="padding-top: 50px; margin: 0;" src="
|
|
2
|
+
<img width="120" style="padding-top: 50px; margin: 0;" src="https://github.com/wenlng/git-assets/blob/master/go-captcha/gocaptcha_logo.svg?raw=true"/>
|
|
3
3
|
<h1 style="margin: 0; padding: 0">Go Captcha</h1>
|
|
4
|
-
<p>Behavior Captcha
|
|
4
|
+
<p>Behavior Captcha Of Vue</p>
|
|
5
|
+
|
|
6
|
+
<a href="https://github.com/wenlng/go-captcha-vue/releases"><img src="https://img.shields.io/github/v/release/wenlng/go-captcha-vue.svg"/></a>
|
|
7
|
+
<a href="https://www.npmjs.com/package/go-captcha-vue"><img src="https://img.shields.io/npm/v/go-captcha-vue"/></a>
|
|
8
|
+
<a href="https://github.com/wenlng/go-captcha-vue/blob/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
|
|
9
|
+
<a href="https://github.com/wenlng/go-captcha-vue"><img src="https://img.shields.io/github/stars/wenlng/go-captcha-vue.svg"/></a>
|
|
10
|
+
<a href="https://github.com/wenlng/go-captcha-vue"><img src="https://img.shields.io/github/last-commit/wenlng/go-captcha-vue.svg"/></a>
|
|
5
11
|
|
|
6
12
|
</div>
|
|
7
13
|
|
|
@@ -174,7 +180,7 @@ interface ExportMethods {
|
|
|
174
180
|
}
|
|
175
181
|
```
|
|
176
182
|
|
|
177
|
-
## Drag-
|
|
183
|
+
## Drag-Drop Mode
|
|
178
184
|
```vue
|
|
179
185
|
<gocaptcha-slide-region
|
|
180
186
|
:config="{}"
|
|
@@ -269,7 +275,6 @@ interface Config {
|
|
|
269
275
|
|
|
270
276
|
// data = {}
|
|
271
277
|
interface Data {
|
|
272
|
-
angle: number;
|
|
273
278
|
image: string;
|
|
274
279
|
thumb: string;
|
|
275
280
|
thumbSize: number;
|