下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
基于 Vue2.0+ 的验证码插件
FreeMIT
Claim
Collect
Share
759
Stars
Yes
Chinese
Vue
Language
No
Active
2
Contributors
14
Issues
No
Organization
1.3.0
Latest
138
Forks
MIT
License
More
vue-monoplasty-slide-verify image
基于 Vue2.0+ 的验证码插件。可用于网页注册等需要验证码的地方,滑动式的验证码免于字母验证码的繁琐输入。[在线演示](https://monoplasty.github.io/vue-monoplasty-slide-verify/),示例代码: ```javascript import Vue from 'vue'; import SlideVerify from 'vue-monoplasty-slide-verify'; Vue.use(SlideVerify); export default { name: 'App', data(){ return { msg: '', } }, methods: { onSuccess(){ this.msg = 'login success' }, onFail(){ this.msg = '' }, onRefresh(){ this.msg = '' } } } ```
Included in:
Vol.46

Comments

Rating:
No comments yet