zova-module-a-router 5.0.53 → 5.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-module-a-router",
3
- "version": "5.0.53",
3
+ "version": "5.0.56",
4
4
  "title": "a-router",
5
5
  "zovaModule": {
6
6
  "capabilities": {
@@ -40,5 +40,5 @@
40
40
  "dependencies": {
41
41
  "vue-router": "^4.3.2"
42
42
  },
43
- "gitHead": "1215d0a8748f399e519227d3676e764a2f813340"
43
+ "gitHead": "ff62e324389a802952e49a39e07a84aa9c057084"
44
44
  }
@@ -27,7 +27,7 @@ export class LocalRouter extends BeanRouterBase<ScopeModule> {
27
27
  if (resLoadModule === false) return to.fullPath;
28
28
  if (this.$$router.getRealRouteName(match?.name)) {
29
29
  // @ts-ignore ignore
30
- const routeAlias = this.resolveName(`$alias:${match?.name}`, {
30
+ const routeAlias = this.$$router.resolveName(`$alias:${match?.name}`, {
31
31
  params: to.params,
32
32
  query: to.query,
33
33
  });