@simonbackx/vue-app-navigation 2.11.0 → 2.11.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1840,7 +1840,7 @@ function getCurrentRoutes() {
1840
1840
  }
1841
1841
  function onCheckRoutes(handler) {
1842
1842
  const instance = getCurrentInstance();
1843
- instance._navigationCheckRoutesHandlers = [...instance._navigationCheckRoutes ?? [], handler];
1843
+ instance._navigationCheckRoutesHandlers = [...instance._navigationCheckRoutesHandlers ?? [], handler];
1844
1844
  addCheckRoutesMountedHandler();
1845
1845
  }
1846
1846
  function onNotCheckRoutes(handler) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@simonbackx/vue-app-navigation",
3
3
  "main": "./dist/index.js",
4
4
  "types": "./dist/index.d.ts",
5
- "version": "2.11.0",
5
+ "version": "2.11.1",
6
6
  "exports": {
7
7
  ".": {
8
8
  "import": "./dist/index.js",