UNPKG
vue-gecode
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
基于Vue2开发的获取验证码倒计时组件,高度自定义配置,可实现各种开发需求.
vue-gecode
/
src
/
index.js
7 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
GeCode
from
'./vue-gecode.vue'
;
export
default
GeCode
;
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
window
.
Vue
.
component
(
'ge-code'
,
GeCode
); }