This commit is contained in:
Vanessa 2023-03-28 12:10:32 +08:00 committed by Liang Ding
parent 98eedd015e
commit 53e6558bd4
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -31,4 +31,7 @@ class Protyle {
public static plantumlRender = plantumlRender;
}
// @ts-ignore
window.Protyle = Protyle;
export default Protyle;