@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.
@@ -9802,7 +9802,8 @@ var Vue3PlatformBuilderPlugin = class {
9802
9802
  const self = {
9803
9803
  ...routesExtractionPlugin.functions
9804
9804
  };
9805
- const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, "/", {
9805
+ const basePath = ir.configs.basePlatformConfig.basePath + "/";
9806
+ const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, basePath, {
9806
9807
  lazy: false,
9807
9808
  frameworkKind: "vue3"
9808
9809
  });