fix(NavigationMenu): use ULink with custom

This commit is contained in:
Benjamin Canac
2024-03-21 17:10:30 +01:00
parent 3ed5a08518
commit c8bedf8458
3 changed files with 22 additions and 42 deletions

View File

@@ -2,11 +2,11 @@
const links = [
[{
label: 'Profile',
active: true,
avatar: {
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
},
badge: 100,
coucou: 'test',
click () {
console.log('Profile clicked')
}