UNPKG

vue-gecode

Version:

基于Vue2开发的获取验证码倒计时组件,高度自定义配置,可实现各种开发需求.

7 lines (5 loc) 165 B
import GeCode from './vue-gecode.vue'; export default GeCode; if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('ge-code', GeCode); }