@gidc-ebank-parts-h5-standard/vx-gidc-verify-code
获取验证码按钮 后台:双鱼座3.0
Last updated 3 years ago .
MIT · · Tarball · package.json
$ gnpm install @gidc-ebank-parts-h5-standard/vx-gidc-verify-code 
Private package

VxVerifyCode 获取验证码

引用

import VxVerifyCode from '@/components/vx-verify-code';

// 页面内局部引入
export default {
  components: {
    [VxVerifyCode.name]: VxVerifyCode,
  },
};
// 全局引入
Vue.component(VxVerifyCode.name, VxVerifyCode);

使用指南

<vx-verify-code :handler="getCodeFun"></vx-verify-code>

API

VxVerifyCode Props

属性 说明 类型 默认值 备注
default-text 初始显示内容 String 获取验证码 -
handler 执行的函数 Function - -
format-text 倒计时显示内容 String {s}秒后重新获取 {s} 为倒计时显示内容
time 倒计时时长 Number 60 -
handler 点击事件 Function - -

VxVerifyCode Methods

handler

  • 绑定 获取验证码的函数
  • 需要有 return返回值
  • :不是@

Current Tags

  • 0.0.4                                ...           latest (3 years ago)

1 Versions

  • 0.0.4                                ...           3 years ago
Maintainers
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (7)

Copyright 2013 - present © cnpmjs.org | Home |