fox-captcha

1.0.1 • Public • Published

图片验证码生成器

demo Github New issue

安装

yarn add fox-captcha

使用

<template>
    <fox-captcha></fox-captcha>
</template>
<script>
import Vue from "vue";
import FoxCaptcha from "fox-captcha";
Vue.use(FoxCaptcha);
</script>

Props

属性 说明 类型 可选值 默认值
type 类型 string letter/digital -
width 类型 number - 100
height 类型 number - 30

methods

方法名 说明 传入参数 返回值
validate 校验验证码是否正确 string boolean

changeLog

v1.0.1

feat:更新文档

v1.0.0

feat:完成组件

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest
  • 2.0.0
    0
    • next

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0
  • 1.0.1
    3
  • 1.0.0
    0

Package Sidebar

Install

npm i fox-captcha

Weekly Downloads

3

Version

1.0.1

License

none

Unpacked Size

59.4 kB

Total Files

3

Last publish

Collaborators

  • guojikun