wave-ui 3.13.1 → 3.13.2

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.
@@ -1634,7 +1634,7 @@ const _t = {
1634
1634
  return this.route && this.hasRouter && !this.forceLink && !this.externalLink ? {
1635
1635
  ...i,
1636
1636
  click: (s) => {
1637
- i.click && i.click(s), router.push(this.route), s.stopPropagation(), s.preventDefault();
1637
+ i.click && i.click(s), this.$router.push(this.route), s.stopPropagation(), s.preventDefault();
1638
1638
  }
1639
1639
  } : i;
1640
1640
  },