This commit is contained in:
Vanessa 2023-03-28 12:10:32 +08:00
parent a2cc2f1c13
commit a406410a6e

View file

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