mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Router warning fixes
This commit is contained in:
parent
9b95710cf6
commit
cdee9a5ac7
8 changed files with 22 additions and 22 deletions
|
@ -37,7 +37,7 @@ export default {
|
|||
},
|
||||
{
|
||||
label: 'Unstyled',
|
||||
route: '/unstyled'
|
||||
route: '/theming/unstyled'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -117,7 +117,7 @@ export default {
|
|||
},
|
||||
{
|
||||
label: 'Unstyled',
|
||||
route: '/unstyled'
|
||||
route: '/theming/unstyled'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -186,7 +186,7 @@ const items = ref([
|
|||
},
|
||||
{
|
||||
label: 'Unstyled',
|
||||
route: '/unstyled'
|
||||
route: '/theming/unstyled'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue