@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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/playground.js +2 -1
- package/dist/playground.js.map +1 -1
- package/dist/playground.mjs +2 -1
- package/dist/playground.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -7687,7 +7687,8 @@ var Vue3PlatformBuilderPlugin = class {
|
|
|
7687
7687
|
const self = {
|
|
7688
7688
|
...routesExtractionPlugin.functions
|
|
7689
7689
|
};
|
|
7690
|
-
const
|
|
7690
|
+
const basePath = ir.configs.basePlatformConfig.basePath + "/";
|
|
7691
|
+
const { authResourcePaths, baseResourcePaths } = self.extractRoute(ir.views, basePath, {
|
|
7691
7692
|
lazy: false,
|
|
7692
7693
|
frameworkKind: "vue3"
|
|
7693
7694
|
});
|