diff --git a/docs/pages/kdropdownmenu.vue b/docs/pages/kdropdownmenu.vue index 68c97ebcf..def77fda3 100644 --- a/docs/pages/kdropdownmenu.vue +++ b/docs/pages/kdropdownmenu.vue @@ -7,7 +7,7 @@ Implements a dropdown set of options, based on . See these docs to understand the current implementation of the options object array.

- Notable possible for configuring the menu include: icons, text, secondary text, and dividers. + Notable possible for configuring the menu include: icons, text, secondary text, and dividers. Additionally, you can customize the appearance and render complex options using the "options" slot.

Please see the on the buttons page for more details about how to use with a button, and a code example.