Merge pull request #5262 from ensgenc/fix-menu-doc-router-composition-api-push

Fixed Menu Doc Router Composition Api Push
pull/5269/head
Tuğçe Küçükoğlu 2024-02-13 13:41:45 +03:00 committed by GitHub
commit 58fe8661c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ const items = ref([
label: 'Programmatic',
icon: 'pi pi-link',
command: () => {
this.$router.push('/introduction');
router.push('/introduction');
}
},
{