mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:25:15 +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`,
|
[`${vditorDepdencePrefix}.mermaid`]: `${cdn}/dist/js/mermaid/mermaid.min`,
|
||||||
};
|
};
|
||||||
this.app.requirejs.require.config({
|
this.app.requirejs.require.config({
|
||||||
|
waitSeconds: 120,
|
||||||
paths: vditorDepdence,
|
paths: vditorDepdence,
|
||||||
});
|
});
|
||||||
Object.keys(vditorDepdence).forEach((key) => {
|
Object.keys(vditorDepdence).forEach((key) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user