Fixed Menu Doc Router Composition Api Push

pull/5262/head
enesgenc 2024-02-12 11:30:01 +03:00
parent 9a82025215
commit 0e65f268d6
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');
}
},
{