From 4f74b3fafeaa64772226a895bf2f6071b7cd4263 Mon Sep 17 00:00:00 2001 From: "Adrian O.V" <83074853+CodexAdrian@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:02:16 -0400 Subject: [PATCH] =?UTF-8?q?Dropdowns=20buttons=20=E2=9C=A8=20colorized=20?= =?UTF-8?q?=E2=9C=A8=20(#66)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Buttons :sparkles: colorized :sparkles: * Update package.json --- docs/components/dropdown-button.md | 2 ++ lib/components/base/DropdownButton.vue | 39 +++++++++++--------------- package.json | 2 +- 3 files changed, 20 insertions(+), 23 deletions(-) diff --git a/docs/components/dropdown-button.md b/docs/components/dropdown-button.md index 9837d5c4c..f37551c94 100644 --- a/docs/components/dropdown-button.md +++ b/docs/components/dropdown-button.md @@ -4,6 +4,7 @@ :options="['delete', 'save', 'recycle', 'reduce', 'reuse']" default-value="delete" name="dropdown-one" + color="primary" >