#99 component also load dynamic changes
This commit is contained in:
@@ -68,6 +68,10 @@ class EditorStartup {
|
||||
const self = this;
|
||||
const { i18next } = await putLocale(this.configObj.pref('lang'), this.goodLangs);
|
||||
this.i18next = i18next;
|
||||
// eslint-disable-next-line no-unsanitized/method
|
||||
await import(`./components/index.js`);
|
||||
// eslint-disable-next-line no-unsanitized/method
|
||||
await import(`./dialogs/index.js`);
|
||||
// allow to prepare the dom without display
|
||||
this.$svgEditor.style.visibility = 'hidden';
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user