@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.
package/dist/index.js CHANGED
@@ -7647,7 +7647,8 @@ var Vue3PlatformBuilderPlugin = class {
7647
7647
  const self = {
7648
7648
  ...routesExtractionPlugin.functions
7649
7649
  };
7650
- const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, "/", {
7650
+ const basePath = ir.configs.basePlatformConfig.basePath + "/";
7651
+ const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, basePath, {
7651
7652
  lazy: false,
7652
7653
  frameworkKind: "vue3"
7653
7654
  });