diff --git a/resources/js/components/SMButton.vue b/resources/js/components/SMButton.vue index 5668325..9eeb6dd 100644 --- a/resources/js/components/SMButton.vue +++ b/resources/js/components/SMButton.vue @@ -22,9 +22,22 @@ classType, { 'button-block': block }, ]" - :type="buttonType"> + :type="buttonType" + @click="handleClick"> {{ label }} - + + +
    +
  • + {{ dropdownLabel }} +
  • +