go on with typescript
This commit is contained in:
parent
eb2e4bb9db
commit
4b31c3b1c0
2
dist/mailgo.min.js
vendored
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -2,4 +2,9 @@
|
|||||||
import mailgo from "../mailgo";
|
import mailgo from "../mailgo";
|
||||||
|
|
||||||
// call init mailgo attached to the event DOMContentLoaded
|
// call init mailgo attached to the event DOMContentLoaded
|
||||||
mailgo({ initEvent: "DOMContentLoaded" });
|
|
||||||
|
const mailgoConfig = {
|
||||||
|
initEvent: "DOMContentLoaded",
|
||||||
|
};
|
||||||
|
|
||||||
|
mailgo(mailgoConfig);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user