mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Router warning fixes
This commit is contained in:
parent
9b95710cf6
commit
cdee9a5ac7
8 changed files with 22 additions and 22 deletions
|
@ -31,7 +31,7 @@ export default {
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-palette',
|
||||
command: () => {
|
||||
this.$router.push('/unstyled');
|
||||
this.$router.push('/theming/unstyled');
|
||||
}
|
||||
},
|
||||
{ label: 'External', icon: 'pi pi-link', url: 'https://vuejs.org/' }
|
||||
|
@ -83,7 +83,7 @@ export default {
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-palette',
|
||||
command: () => {
|
||||
this.$router.push('/unstyled');
|
||||
this.$router.push('/theming/unstyled');
|
||||
}
|
||||
},
|
||||
{ label: 'External', icon: 'pi pi-link', url: 'https://vuejs.org/' }
|
||||
|
@ -122,7 +122,7 @@ const items = ref([
|
|||
label: 'Programmatic',
|
||||
icon: 'pi pi-palette',
|
||||
command: () => {
|
||||
this.$router.push('/unstyled');
|
||||
this.$router.push('/theming/unstyled');
|
||||
}
|
||||
},
|
||||
{ label: 'External', icon: 'pi pi-link', url: 'https://vuejs.org/' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue