Skip to content

Commit

Permalink
fix: wrong props construct (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubilay Melnikov authored and mercs600 committed Jan 19, 2023
1 parent 88bf548 commit 5f74fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/T3NavLink/T3NavLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
...ctx.data,
...url.data,
props: {
props,
...props,
...url.props
}
},
Expand Down

0 comments on commit 5f74fd3

Please sign in to comment.