mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
TabMenu and Steps production demo fixes
This commit is contained in:
parent
9e18c87b47
commit
a7ca16c3f5
5 changed files with 42 additions and 42 deletions
|
@ -33,7 +33,7 @@ export default {
|
|||
items: [
|
||||
{
|
||||
label: 'Personal',
|
||||
route: '/steps'
|
||||
route: '/steps/'
|
||||
},
|
||||
{
|
||||
label: 'Seat',
|
||||
|
@ -101,19 +101,19 @@ export default {
|
|||
items: [
|
||||
{
|
||||
label: 'Personal',
|
||||
route: '/steps'
|
||||
route: '/'
|
||||
},
|
||||
{
|
||||
label: 'Seat',
|
||||
route: '/steps/seat'
|
||||
route: '/seat'
|
||||
},
|
||||
{
|
||||
label: 'Payment',
|
||||
route: '/steps/payment'
|
||||
route: '/payment'
|
||||
},
|
||||
{
|
||||
label: 'Confirmation',
|
||||
route: '/steps/confirmation'
|
||||
route: '/confirmation'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue