UNPKG
secure-action
Version:
latest (1.0.0)
1.0.0
Secure Action 是一个基于行为的验证码组件,适用于 Vue 3。
github.com/fady-mak/secure-action
fady-mak/secure-action
secure-action
/
es
/
index2.mjs
7 lines
(6 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ withInstall }
from
"./utils.mjs"
;
import
_sfc_main
from
"./SecureAction.vue.mjs"
;
const
SecureAction
=
withInstall
(_sfc_main,
"SecureAction"
);
export
{
SecureAction
};