Change icon
parent
e2accc3d61
commit
1fdc492a32
|
@ -43,7 +43,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'External',
|
label: 'External',
|
||||||
icon: 'pi pi-external-link',
|
icon: 'pi pi-home',
|
||||||
url: 'https://vuejs.org/'
|
url: 'https://vuejs.org/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -105,7 +105,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'External',
|
label: 'External',
|
||||||
icon: 'pi pi-external-link',
|
icon: 'pi pi-home',
|
||||||
url: 'https://vuejs.org/'
|
url: 'https://vuejs.org/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -155,7 +155,7 @@ const items = ref([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'External',
|
label: 'External',
|
||||||
icon: 'pi pi-external-link',
|
icon: 'pi pi-home',
|
||||||
url: 'https://vuejs.org/'
|
url: 'https://vuejs.org/'
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue