cec-nuxt-lib 0.7.3 → 0.7.4

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,5 +1,5 @@
1
1
  {
2
2
  "name": "cec-nuxt-lib",
3
3
  "configKey": "cec-nuxt-lib",
4
- "version": "0.7.3"
4
+ "version": "0.7.4"
5
5
  }
@@ -257,7 +257,7 @@ onMounted(() => {
257
257
  li.innerHTML = qTop.question[el].question;
258
258
  if (i !== qTop.stack.length - 1 || display.innerText.length) {
259
259
  li.classList.add('fakeLink');
260
- li.onclick = () => goto(id, i, false);
260
+ li.onclick = () => goto(id, el, false);
261
261
  }
262
262
  breadcrumb.appendChild(li);
263
263
  });
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.3",
2
+ "version": "0.7.4",
3
3
  "name": "cec-nuxt-lib",
4
4
  "description": "Nuxt components and assets",
5
5
  "license": "MIT",