🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

fox-captcha

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fox-captcha

vue组件;图片验证码组件;验证码组件

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
8
-27.27%
Maintainers
1
Weekly downloads
 
Created
Source

图片验证码生成器

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类型stringletter/digital-
width类型number-100
height类型number-30

methods

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

changeLog

v1.0.1

feat:更新文档

v1.0.0

feat:完成组件

Keywords

vue

FAQs

Package last updated on 18 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts