@absolutejs/absolute 0.19.0-beta.740 → 0.19.0-beta.742

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/vue/index.js CHANGED
@@ -1488,12 +1488,12 @@ var routePropsCache, cacheRouteData = (pagePath, data) => {
1488
1488
  result = injectBeforeClose(result, `<script>import(${escapedIndexPath});</script>`);
1489
1489
  }
1490
1490
  return result;
1491
- }, renderAngularApp = async (deps, PageComponent, providers, document2) => {
1491
+ }, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
1492
1492
  const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
1493
1493
  return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
1494
1494
  document: document2,
1495
1495
  platformProviders: [],
1496
- url: "/"
1496
+ url
1497
1497
  }));
1498
1498
  }, withSuppressedAngularDevLogs = async (render) => {
1499
1499
  const origLog = console.log;
@@ -4198,5 +4198,5 @@ export {
4198
4198
  Image
4199
4199
  };
4200
4200
 
4201
- //# debugId=FF1CAF377A703C4B64756E2164756E21
4201
+ //# debugId=9BAF68A39999285464756E2164756E21
4202
4202
  //# sourceMappingURL=index.js.map