@shwfed/nuxt 0.1.60 → 0.1.61

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.1.60",
4
+ "version": "0.1.61",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -113,6 +113,7 @@ const palette = computed(() => {
113
113
  if ($dsl.evaluate`${child.external}`() !== true) {
114
114
  tabs.value.add(toNavigationKey(navigation2.id, child.id));
115
115
  activeTab.value = toNavigationKey(navigation2.id, child.id);
116
+ router.replace(child.target);
116
117
  }
117
118
  })
118
119
  }))
@@ -132,6 +133,7 @@ const palette = computed(() => {
132
133
  if ($dsl.evaluate`${navigation2.external}`() !== true) {
133
134
  tabs.value.add(toNavigationKey("", navigation2.id));
134
135
  activeTab.value = toNavigationKey("", navigation2.id);
136
+ router.replace(navigation2.target);
135
137
  }
136
138
  })
137
139
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",