mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:25:52 +00:00
fix(vditor): wait seconds 120s
This commit is contained in:
parent
d92c223458
commit
0541ee36e6
@ -37,6 +37,7 @@ export class PluginFieldMarkdownVditorClient extends Plugin {
|
||||
[`${vditorDepdencePrefix}.mermaid`]: `${cdn}/dist/js/mermaid/mermaid.min`,
|
||||
};
|
||||
this.app.requirejs.require.config({
|
||||
waitSeconds: 120,
|
||||
paths: vditorDepdence,
|
||||
});
|
||||
Object.keys(vditorDepdence).forEach((key) => {
|
||||
|
Loading…
Reference in New Issue
Block a user