diff --git a/docs/pages/examples.vue b/docs/pages/examples.vue
index f6c137d9..d868800a 100644
--- a/docs/pages/examples.vue
+++ b/docs/pages/examples.vue
@@ -87,11 +87,6 @@
-
-
-
- {{ item.label }}
-
@@ -318,10 +313,9 @@ const dropdownItems = [
const customDropdownItems = [
[{
label: 'benjamincanac',
- avatar: 'https://picsum.photos/200/300',
+ avatar: { src: 'https://picsum.photos/200/300' },
href: 'https://google.fr',
- target: '_blank',
- slot: 'item-with-avatar'
+ target: '_blank'
}],
[{
label: 'About',