@lcap/nasl-unified-frontend-generator 4.0.0-beta.6 → 4.0.0-rc.1

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.
@@ -9925,7 +9925,8 @@ var Vue3PlatformBuilderPlugin = class {
9925
9925
  const self = {
9926
9926
  ...routesExtractionPlugin.functions
9927
9927
  };
9928
- const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, "/", {
9928
+ const basePath = ir.configs.basePlatformConfig.basePath + "/";
9929
+ const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, basePath, {
9929
9930
  lazy: false,
9930
9931
  frameworkKind: "vue3"
9931
9932
  });