betal-fe 4.0.1 → 4.1.0

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/betal-fe.js +2 -1
  2. package/package.json +1 -1
package/dist/betal-fe.js CHANGED
@@ -1117,11 +1117,12 @@ function defineComponent({ render, state, onMounted = emptyFunction, onUnmounted
1117
1117
 
1118
1118
  const RouterLink = defineComponent({
1119
1119
  render() {
1120
- const { to } = this.props;
1120
+ const { to, ...rest } = this.props;
1121
1121
  return h(
1122
1122
  "a",
1123
1123
  {
1124
1124
  href: to,
1125
+ ...rest,
1125
1126
  on: {
1126
1127
  click: (e) => {
1127
1128
  e.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "betal-fe",
3
- "version": "4.0.1",
3
+ "version": "4.1.0",
4
4
  "type": "module",
5
5
  "main": "dist/betal-fe.js",
6
6
  "files": [