shokupan 0.10.3 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3799,6 +3799,7 @@ class ApiExplorerPlugin extends ShokupanRouter {
3799
3799
  super({ renderer: renderToString });
3800
3800
  this.pluginOptions = pluginOptions;
3801
3801
  pluginOptions.path ??= "/explorer";
3802
+ this.init();
3802
3803
  }
3803
3804
  onInit(app, options) {
3804
3805
  const path2 = this.pluginOptions.path || options?.path || "/apiexplorer";