diff --git a/src/components/Actions/Actions.vue b/src/components/Actions/Actions.vue index 1aa9028ee6..c762e99149 100644 --- a/src/components/Actions/Actions.vue +++ b/src/components/Actions/Actions.vue @@ -85,14 +85,43 @@ https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-action To be used with `vue-material-design-icons` only. For icon classes use the `default-icon` slot. It can be used with one or multiple actions. ``` - - - Delete - Reply - + + ``` ### Custom icon slot in child elements @@ -116,8 +145,10 @@ It can be used with one or multiple actions. rel="noreferrer noopener" :disabled="disabled" @[firstActionEventBinding]="execFirstAction"> + + + -