UNPKG
verification-code-input
Version:
latest (1.0.1)
1.0.1
验证码输入组件
verification-code-input
/
index.js
6 lines
(5 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
import
VerificationCodeInput
from
'./src/main'
;
VerificationCodeInput
.
install
=
function
(
Vue
) {
Vue
.
component
(
VerificationCodeInput
.
name
,
VerificationCodeInput
); };
export
default
Alert
;