mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
fix(NavigationMenu): use ULink with custom
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user