diff --git a/plugin/custom/index.js b/plugin/custom/index.js index 0ecde8c9..b476018b 100644 --- a/plugin/custom/index.js +++ b/plugin/custom/index.js @@ -48,7 +48,7 @@ class loadPluginHelper { if (this.check(instance)) { instance.init(); const style = instance.style(); - style && this.controller.utils.insertStyle(style.id, style.text); + style && this.controller.utils.insertStyle(style.textID, style.text); instance.html(); instance.process(); this.controller.custom[instance.name] = instance;