Merge pull request #5262 from ensgenc/fix-menu-doc-router-composition-api-push
Fixed Menu Doc Router Composition Api Pushpull/5269/head
commit
58fe8661c5
|
@ -150,7 +150,7 @@ const items = ref([
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-link',
|
||||
command: () => {
|
||||
this.$router.push('/introduction');
|
||||
router.push('/introduction');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue