mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update route links
This commit is contained in:
parent
a2ce2d0f72
commit
1929944162
10 changed files with 25 additions and 58 deletions
|
@ -26,7 +26,7 @@ export default {
|
|||
return {
|
||||
home: {
|
||||
icon: 'pi pi-home',
|
||||
route: '/installation'
|
||||
route: '/introduction'
|
||||
},
|
||||
items: [{ label: 'Components' }, { label: 'Form' }, { label: 'InputText', route: '/inputtext' }],
|
||||
code: {
|
||||
|
@ -70,7 +70,7 @@ export default {
|
|||
return {
|
||||
home: {
|
||||
icon: 'pi pi-home',
|
||||
route: '/installation'
|
||||
route: '/introduction'
|
||||
},
|
||||
items: [
|
||||
{ label: 'Components' },
|
||||
|
@ -106,7 +106,7 @@ import { ref } from "vue";
|
|||
|
||||
const home = ref({
|
||||
icon: 'pi pi-home',
|
||||
route: '/installation'
|
||||
route: '/introduction'
|
||||
});
|
||||
const items = ref([
|
||||
{ label: 'Components' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue