Skip to content

Commit

Permalink
Merge pull request #5262 from ensgenc/fix-menu-doc-router-composition…
Browse files Browse the repository at this point in the history
…-api-push

Fixed Menu Doc Router Composition Api Push
  • Loading branch information
tugcekucukoglu authored Feb 13, 2024
2 parents 4096520 + 0e65f26 commit 58fe866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/menu/RouterDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const items = ref([
label: 'Programmatic',
icon: 'pi pi-link',
command: () => {
this.$router.push('/introduction');
router.push('/introduction');
}
},
{
Expand Down

0 comments on commit 58fe866

Please sign in to comment.