alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系

Home Page:https://lowcode-engine.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何在渲染之前加载(new AssetLoader()).load(url);

1490113799 opened this issue · comments

如何在渲染之前执行(new AssetLoader()).load(url),在初始化ReactDOM对象前加载 libraryAsset.push('https://g.alicdn.com/code/lib/react/16.14.0/umd/react.production.min.js');
libraryAsset.push("https://g.alicdn.com/code/lib/react-dom/16.14.0/umd/react-dom.production.min.js");
这两个文件